mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 09:27:11 +08:00
8 lines
124 B
Bash
8 lines
124 B
Bash
#!/bin/bash
|
|
|
|
mkdir build
|
|
cd build
|
|
cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH=$PREFIX
|
|
make -j2
|
|
make install
|