artiq/conda/pixman/build.sh
2015-02-05 19:57:32 +08:00

5 lines
62 B
Bash

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