1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-22 04:50:09 +00:00

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; cd fontforge
./bootstrap; ./bootstrap
./configure; ./configure
make; make -j `nproc`

View File

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

View File

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