You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
210 B

#!/bin/bash
# go to script directory
cd "${0%/*}"
wget http://www.portaudio.com/archives/pa_stable_v190600_20161030.tgz
tar xzf pa_stable_*.tgz
cd portaudio
./configure --enable-cxx
make -j2
make install