Updated comment missed in previous commit

This commit is contained in:
Justin Clift
2016-09-29 01:17:44 +01:00
committed by GitHub
parent 90ad75071e
commit 1180540bfa

View File

@@ -51,7 +51,8 @@ Done. :)
### CentOS / Fedora Linux
**1**. Make sure the `qt-devel`, `ant-antlr`, `sqlite-devel`, and `antlr-C++` packages are installed.<br />
**1**. Make sure the `cmake`, `qt-devel`, `ant-antlr`, `sqlite-devel`, `antlr-C++`,
and `gcc-c++` packages are installed.<br />
```
$ sudo dnf install cmake qt-devel ant-antlr sqlite-devel antlr-C++ gcc-c++
```