Use dnf to install Fedora dependencies

This commit is contained in:
Benjamin Porter
2016-05-11 17:43:58 -06:00
parent 6484206b60
commit eccef41ef9

View File

@@ -53,7 +53,7 @@ Done. :)
**1**. Make sure the `qt-devel`, `ant-antlr`, `sqlite-devel`, and `antlr-C++` packages are installed.<br />
```
$ sudo yum install qt-devel ant-antlr sqlite-devel antlr-C++
$ sudo dnf install qt-devel ant-antlr sqlite-devel antlr-C++
```
**2**. Download the DB Browser for SQLite source code.<br />
**3**. Open a terminal in the source code directory.<br />