5 lines
140 B
Bash
5 lines
140 B
Bash
export CFLAGS="-I/opt/local/include"
|
|
export LDFLAGS="-L/opt/local/lib"
|
|
./configure --with-libusb --disable-discmage
|
|
make -j 3 clean all
|