From e93392c4364a5da4048662f53d3679cf757c39e2 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 1 Nov 2014 03:35:08 +0000 Subject: [PATCH] =?UTF-8?q?Fixed=20build-essentials=20=E2=86=92=20build=20?= =?UTF-8?q?essential=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks @WIStudent for pointing out the typo. :smile: --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 62f5bf32..d4c37449 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -30,7 +30,7 @@ The same process works for building the code in any platform supported by Qt ### Ubuntu Linux -**1**. Make sure the build-essentials, cmake, libqt4-dev and libsqlite3-dev +**1**. Make sure the build-essential, cmake, libqt4-dev and libsqlite3-dev packages are installed.
**2**. Download the DB Browser for SQLite source code.
**3**. Open a terminal in the source code directory.