mirror of
https://github.com/avinal/xeus-basic.git
synced 2026-01-10 07:08:35 +05:30
9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
mkdir build
|
|
|
|
cd build
|
|
|
|
echo $CONDA_PREFIX
|
|
|
|
cmake -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX ..
|
|
|
|
make install |