From 34baa242a413577adeb63c0fbead46bb0fc91425 Mon Sep 17 00:00:00 2001 From: Benjamin Porter Date: Wed, 11 May 2016 21:03:29 -0600 Subject: [PATCH] Add helpful note about yum/dnf for build instructions --- BUILDING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index 8502eb55..349c77f9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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.
**3**. Open a terminal in the source code directory.
**4**. Run these commands: