Commit 7db118a8 authored by Vasili Novikov's avatar Vasili Novikov
Browse files

Merge branch 'add-libsqlcipher-dev' into 'dev'

Added libsqlcipher-dev to readme

See merge request !199
parents 32235c24 20d56d61
Showing with 1 addition and 1 deletion
+1 -1
......@@ -29,7 +29,7 @@ In order to build Pod locally, you need Rust and sqlcipher:
* On ArchLinux: `pacman -S --needed rust sqlcipher base-devel`
* On Ubuntu and Debian:
```
apt-get install sqlcipher build-essential
apt-get install sqlcipher libsqlcipher-dev build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
* Submit merge requests for your other OS :)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment