mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-09 14:20:03 +02:00
15 lines
322 B
Bash
15 lines
322 B
Bash
mkdir build
|
|
mkdir install
|
|
cd build
|
|
cmake .. \
|
|
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
|
|
-DCMAKE_INSTALL_PREFIX=install \
|
|
-DUSE_TEXTCLIENT=ON \
|
|
-DUSE_RECEIVER=ON \
|
|
-DUSE_GUI=ON \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DUSE_HDF5=OFF\
|
|
|
|
|
|
cmake --build . -- -j10
|
|
cmake --build . --target install |