mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-11 06:45:50 -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
|
||||
mkdir 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
|
||||
./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
|
||||
make
|
||||
cd ..
|
||||
```
|
||||
```
|
||||
|
||||
### Build infos
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue