2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 17:31:10 +08:00
artiq/conda/pygobject/build.sh

7 lines
131 B
Bash
Raw Normal View History

#!/bin/bash
TERM=xterm ./autogen.sh
export CFLAGS="-L$PREFIX/lib -I$PREFIX/include"
./configure --prefix=$PREFIX
make
make install