0
0
mirror of https://github.com/RetroShare/RetroShare synced 2025-10-06 00:32:42 +02:00

corrected sqlcipher repo

This commit is contained in:
defnax
2025-08-05 21:40:42 +02:00
parent 2369f5a916
commit 7e8abe1aca

View File

@@ -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