Skip to content

Commit

Permalink
Merge pull request sqlitebrowser#587 from FreedomBen/note-for-buildin…
Browse files Browse the repository at this point in the history
…g-fedora-centos

Add helpful note about yum/dnf for build instructions
  • Loading branch information
justinclift committed May 12, 2016
2 parents be9ae1f + 34baa24 commit 4faf6d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 4faf6d2

Please sign in to comment.