mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Merge pull request #1344 from Lin-Buo-Ren/patch-1
doc: BUILDING: Debian: Don't install the entire Git distribution just for cloning the repo
This commit is contained in:
@@ -54,7 +54,7 @@ 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-core cmake libsqlite3-dev qt5-default qttools5-dev-tools \
|
||||
libsqlcipher-dev
|
||||
$ git clone https://github.com/sqlitebrowser/sqlitebrowser
|
||||
$ cd sqlitebrowser
|
||||
|
||||
Reference in New Issue
Block a user