-
Notifications
You must be signed in to change notification settings - Fork 66
Install from source command line options
mattben edited this page Oct 15, 2014
·
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 required for the GUI
- 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 |