mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-28 13:40:42 +02:00
13 lines
274 B
Bash
13 lines
274 B
Bash
mkdir build
|
|
cd build
|
|
cmake .. \
|
|
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
|
|
-DCMAKE_INSTALL_PREFIX=$PREFIX \
|
|
-DUSE_TEXTCLIENT=ON \
|
|
-DUSE_RECEIVER=ON \
|
|
-DUSE_GUI=ON \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DUSE_HDF5=OFF\
|
|
|
|
|
|
cmake --build . -- -j8 |