From d3bcbc028069c93c829168bb8a4920ebd8f4c24d Mon Sep 17 00:00:00 2001 From: Akshay Moghe Date: Tue, 30 Jun 2015 13:41:29 -0700 Subject: [PATCH] Update BUILDING.md Add backtick formatting to highlight required packages and file names. --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 9a8fc564..bc40dddb 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -19,7 +19,7 @@ followed by: $ make in the main directory. This will generate the sqlitebrowser (or -sqlitebrowser.exe, or sqlitebrowser.app) application in the src subdirectory. +`sqlitebrowser.exe`, or `sqlitebrowser.app`) application in the src subdirectory. On some distributions you can then install this in the correct places by running: @@ -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-essential, 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.