Skip to content

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
-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_GRAPHICS=
  • This option will include or exclude all the packages using graphics
    • ON (default)
    • OFF
-DCDAT_BUILD_GUI=
  • This option will include or exclude all the packages required for the GUI
    • ON
    • OFF
-DCDAT_BUILD_OFFSCREEN=
  • 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
-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