mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-12 23:35:38 -05:00
corrected sqlcipher repo
This commit is contained in:
parent
2369f5a916
commit
7e8abe1aca
1 changed files with 2 additions and 2 deletions
|
|
@ -117,12 +117,12 @@ You need to place sqlcipher so that the hierarchy is:
|
||||||
```bash
|
```bash
|
||||||
mkdir lib
|
mkdir lib
|
||||||
cd lib
|
cd lib
|
||||||
git clone git://github.com/sqlcipher/sqlcipher.git
|
git clone https://github.com/sqlcipher/sqlcipher.git --depth=1 --branch v3.4.1
|
||||||
cd sqlcipher
|
cd sqlcipher
|
||||||
./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
|
./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
|
||||||
make
|
make
|
||||||
cd ..
|
cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build infos
|
### Build infos
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue