forked from M-Labs/artiq
1
0
Fork 0
artiq/conda/libssh2/build.sh

8 lines
123 B
Bash

#!/bin/bash
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DOPENSSL_ROOT_DIR=$PREFIX
make -j2
make install