Fixed build-essentials → build essential typo

Thanks @WIStudent for pointing out the typo. 😄
This commit is contained in:
Justin Clift
2014-11-01 03:35:08 +00:00
parent daa7b7f16e
commit e93392c436

View File

@@ -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.<br />
**2**. Download the DB Browser for SQLite source code.<br />
**3**. Open a terminal in the source code directory.<br />