Skip to content
Snippets Groups Projects
Commit 4640f60d authored by Luigi Scarso's avatar Luigi Scarso
Browse files

update build scripts

parent e1fcaaf6
No related branches found
No related tags found
No related merge requests found
......@@ -306,6 +306,7 @@ TL_MAKE=$MAKE ../source/configure $CONFHOST $CONFBUILD $WARNINGFLAGS\
--without-system-freetype2 \
--without-system-gd \
--without-system-libpng \
--without-system-pplib \
--without-system-poppler \
--without-system-gmp \
--without-system-mpfr \
......@@ -330,6 +331,7 @@ $MAKE
(cd libs; $MAKE all )
(cd libs/zziplib; $MAKE all )
(cd libs/zlib; $MAKE all )
(cd libs/pplib; $MAKE all )
(cd libs/libpng; $MAKE all )
(cd texk; $MAKE web2c/Makefile)
(cd texk/kpathsea; $MAKE )
......
......@@ -334,6 +334,7 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
--without-system-freetype2 \
--without-system-gd \
--without-system-libpng \
--without-system-pplib \
--without-system-poppler \
--without-system-gmp \
--without-system-mpfr \
......@@ -349,7 +350,6 @@ TL_MAKE=$MAKE ../source/configure $TEXLIVEOPT $CONFHOST $CONFBUILD $WARNINGFLA
fi
$MAKE
# the fact that these makes inside libs/ have to be done manually for the cross
......@@ -361,6 +361,7 @@ $MAKE
(cd libs/zziplib; $MAKE all )
(cd libs/harfbuzz; $MAKE all )
(cd libs/zlib; $MAKE all )
(cd libs/pplib; $MAKE all )
(cd libs/libpng; $MAKE all )
(cd texk; $MAKE all )
(cd texk/kpathsea; $MAKE all )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment