mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 10:20:17 -06:00
Add cmake and gcc-c++ CentOS build dependencies
This commit is contained in:
@@ -53,7 +53,7 @@ Done. :)
|
||||
|
||||
**1**. Make sure the `qt-devel`, `ant-antlr`, `sqlite-devel`, and `antlr-C++` packages are installed.<br />
|
||||
```
|
||||
$ sudo dnf install qt-devel ant-antlr sqlite-devel antlr-C++
|
||||
$ sudo dnf install cmake qt-devel ant-antlr sqlite-devel antlr-C++ gcc-c++
|
||||
```
|
||||
|
||||
**Note** - If on CentOS or an older version of Fedora, you may need to use `yum` instead of `dnf`
|
||||
|
||||
Reference in New Issue
Block a user