mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/bash
|
|
./configure --prefix=$PREFIX
|
|
make -j
|
|
make install
|