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