mirror of https://github.com/m-labs/artiq.git
7 lines
131 B
Bash
7 lines
131 B
Bash
|
#!/bin/bash
|
||
|
TERM=xterm ./autogen.sh
|
||
|
export CFLAGS="-L$PREFIX/lib -I$PREFIX/include"
|
||
|
./configure --prefix=$PREFIX
|
||
|
make
|
||
|
make install
|