Add path to freetype2 and link library omp

This commit is contained in:
Holger Vogt 2020-05-03 18:06:05 +02:00
parent bce2d9ac2c
commit 228d6e19ef
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@
--with-readline=yes \
--enable-openmp \
--disable-debug \
--prefix=/Applications/ngspice
--prefix=/Applications/ngspice \
CFLAGS="-O2 -I/opt/X11/include/freetype2" \
LDFLAGS="-lomp"
# The last two lines may depend on the lib installations
# please check if there are any problems
make -j4
make DESTDIR="$(pwd)/root-tree" install