Merge branch 'master' of https://github.com/andreasb242/xournalpp.git
commit
a91bce727d
2 changed files with 17 additions and 1 deletions
@ -0,0 +1,15 @@ |
||||
#!/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 |
||||
|
||||
Loading…
Reference in new issue