fontconfig: fork and bump to 2.14.0, don't use pregenerated fcobjshash.h since i...
[kiss-trunc88.git] / yoshimi / build
blobd82fa42d7057bad9205e56e804f4757199bcf177
1 #!/bin/sh -e
3 export CFLAGS="-DNDEBUG -pipe -march=westmere"
4 export CXXFLAGS="$CFLAGS"
5 export DESTDIR="$1"
7 cmake -S src -B build \
8 -DCMAKE_BUILD_TYPE=Release \
9 -DCMAKE_INSTALL_PREFIX=/usr
11 cmake --build build
12 cmake --install build