This website requires JavaScript.
Explore
Help
Sign In
DenysMedvid
/
pdf2htmlEX
Watch
1
Star
0
Fork
0
You've already forked pdf2htmlEX
mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced
2024-12-22 04:50:09 +00:00
Code
0b8bcf565c
pdf2htmlEX
/
buildScripts
/
buildFontforge
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
corrected build scripts to reflect those on virtual machine
2019-11-21 18:43:26 +00:00
#!/bin/bash
# This bash script build FontForge
updated build scripts
2019-11-21 16:03:35 +00:00
cd fontforge
./bootstrap
./configure
make -j `nproc`
Copy Permalink