Skip to content

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
-DGIT_PROTOCOL=
  • This option set what protocol to use when using git to fetch files
    • http://
    • https://
    • git://
-DQT_QMAKE_EXECUTABLE=
  • This option tells cmake where Qt is installed
    • /path/to/qmake
-DCDAT_BUILD_CMOR=
  • This option sets wether or not CMOR will be built regardless of Mode
    • ON
    • OFF
-DCDAT_BUILD_GUI=
  • This Option will include or exclude all the packages required for the GUI
    • ON
    • OFF
-DCDAT_BUILD_MODE=
  • This option defines what packages will be built by cmake
    • LEAN
    • DEFAULT
    • ALL
Packages LEAN DEFAULT ALL
QT X
Example X X X
Clone this wiki locally