-
Notifications
You must be signed in to change notification settings - Fork 66
Install from source command line options
Charles Doutriaux edited this page Jul 8, 2015
·
13 revisions
#####-DCMAKE_INSTALL_PREFIX=
- This option will define where the build binary of UV-CDAT will be built
- /path/to/directory/to/install
- This option set what protocol to use when using git to fetch files
- http://
https://- git://
- This option tells cmake where Qt is installed
- /path/to/qmake
- This option sets wether or not CMOR will be built regardless of Mode
- ON
- OFF
- This option will include or exclude all the packages using graphics
- ON (default)
- OFF
- This option will include or exclude all the packages required for the GUI
- ON
- OFF
- This option will build against MESA driver which will bypass the need for X11 drivers. Beware this disables GUI, and UV-CDAT will not be able to open window onto the user screen.
- ON
- OFF
- This option defines what packages will be built by cmake
- LEAN
- DEFAULT
- ALL
| Packages | LEAN | DEFAULT | ALL |
|---|---|---|---|
| QT | X | ||
| Example | X | X | X |