This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
artiq
mirror of
https://github.com/m-labs/artiq.git
Watch
2
Star
0
Fork
You've already forked artiq
2
Code
Issues
Projects
Releases
Wiki
Activity
13439c62e8
artiq
/
conda
/
libgit2
/
build.sh
8 lines
96 B
Bash
Raw
Blame
History
#!/bin/bash
mkdir build
cd
build
cmake .. -DCMAKE_INSTALL_PREFIX
=
$PREFIX
make -j2
make install
Reference in New Issue
View Git Blame
Copy Permalink