Added instructions for CentOS / Fedora

This commit is contained in:
Justin Clift
2015-10-22 14:52:05 +01:00
parent 159605e2f8
commit 8bfd2852ae

View File

@@ -47,6 +47,20 @@ $ sudo make install
Done. :)
### CentOS / Fedora Linux
**1**. Make sure the `qt-devel`, `ant-antlr`, and `antlr-C++` packages are installed.<br />
```
$ sudo yum install qt-devel ant-antlr antlr-C++
```
**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 />
```bash
$ cmake . && make && sudo make install
```
**5**. This should complete without errors, and `sqlitebrowser` should now be launch-able from the command line.
### MacOS X
The application can be compiled to a single executable binary file, similar to