mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Minor change to BUILDING.md and undid an extra wrap to CMakeLists.txt
This commit is contained in:
committed by
Justin Clift
parent
6191c101ee
commit
cb79aba0c2
@@ -1,10 +1,12 @@
|
||||
## BUILD INSTRUCTIONS AND REQUIREMENTS
|
||||
|
||||
DB Browser for SQLite requires Qt as well as SQLite. For more information on Qt
|
||||
please consult http://www.qt.io and for SQLite please see https://sqlite.org/.
|
||||
|
||||
### Generic Linux and FreeBSD
|
||||
|
||||
DB Browser for SQLite requires Trolltech's Qt, version 4.6 or newer. For more
|
||||
information on Qt please consult http://www.qt.io. The GPL version of
|
||||
Qt is available in almost all Linux distributions as a default package.
|
||||
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
|
||||
|
||||
@@ -347,8 +347,7 @@ if(WIN32 AND MSVC)
|
||||
install(FILES
|
||||
${QT5_PATH}/plugins/platforms/qwindows.dll
|
||||
DESTINATION bin/platforms)
|
||||
install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/deps/${VSREDIST}
|
||||
DESTINATION tmp)
|
||||
install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/deps/${VSREDIST} DESTINATION tmp)
|
||||
endif()
|
||||
|
||||
#cpack
|
||||
|
||||
Reference in New Issue
Block a user