updated build scripts

This commit is contained in:
Stephen Gaito 2019-11-21 16:03:35 +00:00
parent f82e1cbd58
commit 9f48bcd107
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
cd fontforge;
./bootstrap;
./configure;
make;
cd fontforge
./bootstrap
./configure
make -j `nproc`

View File

@ -1,4 +1,4 @@
mkdir build
cd build
cmake ..
make
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
make -j `nproc`

View File

@ -7,4 +7,4 @@ mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_LIBOPENJPEG=none ..
make
make -j `nproc`