Skip to content

Commit

Permalink
Use dnf to install Fedora dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed May 11, 2016
1 parent 6484206 commit eccef41
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 eccef41

Please sign in to comment.