mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Add SQLCipher to the Ubuntu build instructions
This commit is contained in:
@@ -54,12 +54,13 @@ The same process works for building the code in any platform supported by Qt
|
||||
### Ubuntu Linux
|
||||
|
||||
```bash
|
||||
$ sudo apt install build-essential git cmake libsqlite3-dev qt5-default qttools5-dev-tools
|
||||
$ sudo apt install build-essential git cmake libsqlite3-dev qt5-default qttools5-dev-tools \
|
||||
libsqlcipher-dev
|
||||
$ git clone https://github.com/sqlitebrowser/sqlitebrowser
|
||||
$ cd sqlitebrowser
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake -Wno-dev ..
|
||||
$ cmake -Dsqlcipher=1 -Wno-dev ..
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user