This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
artiq
forked from
M-Labs/artiq
Watch
1
Star
0
Fork
You've already forked artiq
0
Code
Pull Requests
Activity
f2911d67b7
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
View Git Blame
Copy Permalink