pdf2htmlEX/buildScripts/buildFontforge

9 lines
102 B
Plaintext
Raw Normal View History

#!/bin/bash
# This bash script build FontForge
2019-11-21 16:03:35 +00:00
cd fontforge
./bootstrap
./configure
make -j `nproc`