Skip to content

Commit

Permalink
Merge pull request sqlitebrowser#586 from FreedomBen/fedora-uses-dnf
Browse files Browse the repository at this point in the history
Use dnf to install Fedora dependencies
  • Loading branch information
justinclift committed May 12, 2016
2 parents 6484206 + eccef41 commit be9ae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit be9ae1f

Please sign in to comment.