Merge pull request #587 from FreedomBen/note-for-building-fedora-centos

Add helpful note about yum/dnf for build instructions
This commit is contained in:
Justin Clift
2016-05-12 13:42:35 +01:00
+3
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 />