We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa23175 commit 9731caeCopy full SHA for 9731cae
static/staticbuild.sh
@@ -12,7 +12,8 @@ cd static
12
./build-deps.sh
13
cd ..
14
export CPPFLAGS="-I/spectmorph/static/prefix/include"
15
-./autogen.sh --prefix=/usr/local/spectmorph --with-static-cxx --without-qt --without-jack --without-ao --without-fontconfig --with-fonts --with-download-instruments
+./autogen.sh --prefix=/usr/local/spectmorph --with-static-cxx --with-static-fftw --with-fonts --with-download-instruments \
16
+ --without-qt --without-jack --without-ao --without-fontconfig
17
make clean
18
make -j$(nproc)
19
make -j$(nproc) check
0 commit comments