Update BUILDING instructions

See issue #29.
This commit is contained in:
Martin Kleusberg
2014-05-29 21:18:11 +02:00
parent 2e6d9d6a25
commit 190630641c
+4 -4
View File
@@ -1,7 +1,7 @@
BUILD INSTRUCTIONS AND REQUIREMENTS
SQLite Database Browser requires Trolltech's Qt, version 4.6.
For more information on QT please consult
SQLite Database Browser requires Trolltech's Qt, version 4.6 or newer.
For more information on Qt please consult
http://www.qtsoftware.com. The GPL version of Qt is available in almost
all Linux distributions as a default package.
@@ -9,9 +9,9 @@ The only requirements for building this code are the presence of Qt and sqlite3.
Qt can be included as a static or shared library, depending on the current Qt
configuration on the building machine.
Provided you have Qt and cmake installed and configured, simply run
Provided you have Qt and cmake installed and configured, simply run
qmake
cmake
followed by