equal
deleted
inserted
replaced
116 Important CMake options: |
116 Important CMake options: |
117 |
117 |
118 - `CMAKE_INSTALL_PREFIX`: Installation directory |
118 - `CMAKE_INSTALL_PREFIX`: Installation directory |
119 - `NOSERVER`: Set to `ON` to *not* build the server |
119 - `NOSERVER`: Set to `ON` to *not* build the server |
120 - `NOVIDEOREC`: Set to `ON` to *not* build the video recorder |
120 - `NOVIDEOREC`: Set to `ON` to *not* build the video recorder |
|
121 - `GHC_DYNAMIC`: Set to `ON` to build dynamically-linked haskell object files and executables (needed for some distributions) |
121 |
122 |
122 ### Step 2: Make |
123 ### Step 2: Make |
123 |
124 |
124 Run: |
125 Run: |
125 |
126 |