2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-05 01:36:39 +08:00
artiq/conda/pixman/build.sh

5 lines
62 B
Bash
Raw Normal View History

#!/bin/bash
./configure --prefix=$PREFIX
make -j
make install