mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Updated with new round of comments.
Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
953945f9f5
commit
fdcc749c99
1 changed files with 5 additions and 7 deletions
12
INSTALL
12
INSTALL
|
@ -76,16 +76,15 @@ To save time and disk space you can unselect Android and IOS packages
|
||||||
- Qt Network Authorization
|
- Qt Network Authorization
|
||||||
- Qt Remote Objects
|
- Qt Remote Objects
|
||||||
- Qt WebGL Streaming
|
- Qt WebGL Streaming
|
||||||
- Qt Script
|
|
||||||
- Qt 3D2
|
- Qt 3D2
|
||||||
- Qt Canvas 3D
|
- Qt Canvas 3D
|
||||||
- Qt Extras
|
- Qt Extras
|
||||||
This can be done later by use of MaintenanceTool.app in your Qt folder.
|
This can be done later by use of MaintenanceTool.app in your Qt folder.
|
||||||
|
|
||||||
Remark: most Qt installations does not make Qt available on the command
|
Remark: most Qt installations do not make Qt available on the command
|
||||||
line, which is needed. In order to make Qt available you need to
|
line, which is needed. In order to make Qt available you need to
|
||||||
add a symbol link (do something like
|
add qmake to the path, do something like
|
||||||
ln -s <Qt location>/<version>/<type>/bin/qmake /usr/local/bin/qmake
|
PATH=$PATH:<Qt location>/<version>/<type>/bin
|
||||||
|
|
||||||
QtWebKit is needed, if you want to print, but no longer part of Qt5,
|
QtWebKit is needed, if you want to print, but no longer part of Qt5,
|
||||||
so you need to download it and compile. In case you just want to test
|
so you need to download it and compile. In case you just want to test
|
||||||
|
@ -102,9 +101,8 @@ libgit2 0.23 or newer.
|
||||||
cmake build system
|
cmake build system
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
As of Subsurface 4.5 we have switched our build system to cmake.
|
Our main build system is based on cmake. But qmake is needed
|
||||||
qmake based builds are no longer supported. Remark even though
|
for the googlemaps plugin and the iOS build.
|
||||||
no longer supported, qmake is still used by googlemaps and the iOS build.
|
|
||||||
|
|
||||||
Download from https://cmake.org/download and follow the instructions
|
Download from https://cmake.org/download and follow the instructions
|
||||||
to install it or alternatively follow the instruction specific to a
|
to install it or alternatively follow the instruction specific to a
|
||||||
|
|
Loading…
Add table
Reference in a new issue