Skip to content

Commit

Permalink
Update BUILDING instructions
Browse files Browse the repository at this point in the history
See issue sqlitebrowser#29.
  • Loading branch information
MKleusberg committed May 29, 2014
1 parent 2e6d9d6 commit 1906306
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BUILDING
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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.

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

Expand Down

0 comments on commit 1906306

Please sign in to comment.