we want a complete separate jack library -> copy files and fix path
This commit is contained in:
parent
5d13060e89
commit
6e8ae30ec4
1 changed files with 5 additions and 1 deletions
|
@ -28,8 +28,12 @@ else
|
||||||
git clone https://github.com/jackaudio/jack2.git
|
git clone https://github.com/jackaudio/jack2.git
|
||||||
cd jack2
|
cd jack2
|
||||||
git checkout v1.9.12
|
git checkout v1.9.12
|
||||||
./waf configure --alsa --prefix=/usr/local --libdir=/usr/lib/arm-linux-gnueabihf
|
./waf configure --alsa --prefix=/usr/local --libdir=$(pwd)/build
|
||||||
./waf -j${NCORES}
|
./waf -j${NCORES}
|
||||||
|
mkdir build/jack
|
||||||
|
cp build/*.so build/jack
|
||||||
|
cp build/common/*.so build/jack
|
||||||
|
cp build/example-clients/*.so build/jack
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue