Add helpful note about yum/dnf for build instructions

This commit is contained in:
Benjamin Porter
2016-05-11 21:03:29 -06:00
parent be9ae1ff6a
commit 34baa242a4

View File

@@ -55,6 +55,9 @@ Done. :)
```
$ sudo dnf install qt-devel ant-antlr sqlite-devel antlr-C++
```
**Note** - If on CentOS or an older version of Fedora, you may need to use `yum` instead of `dnf`
**2**. Download the DB Browser for SQLite source code.<br />
**3**. Open a terminal in the source code directory.<br />
**4**. Run these commands:<br />