pcre2: bump to 10.40
[kiss-trunc88.git] / sneedacity / build
blob6deb5eb37492799c8c7201c260f7cd416b9ee971
1 #!/bin/sh -e
2 export DESTDIR="$1"
4 cmake -S . -B build -G "Unix Makefiles" \
5 -DCMAKE_BUILD_TYPE=None \
6 -DCMAKE_INSTALL_PREFIX=/usr \
7 -Dsneedacity_use_ffmpeg=loaded \
8 ../
10 cmake --build build
11 cmake --install build