Changes

Jump to navigation Jump to search
→‎Taco's notes (for linux): (my xdvipdmx trick is essentially the same as Arthur's)
=== Taco's notes (for linux) ===
XeTeX's build process needs the texlive a tex bin directory in the pathto deduce an installation directory from.On the contextgarden, that should be <code>/opt/texlive2007/bin/i386-linux/</code>,because the build massages it assumes that path a bit to find an install directoryis tds compliant (i.e.,and it assumes one of the bits is ends with '<code>/bin/<<platform>></code>' For xdvipdfmx you have to feed it the locations of the kpathsea and freetype2 packages. I used these three commands:  $ export XETEX=location-of-xetex-TRUNK $ export LDFLAGS=-L$XETEX/Work/texk/kpathsea/.libs $ export CFLAGS="-I$XETEX/texk -I$XETEX/Work/texk" $ ./configure --with-ft2lib=$XETEX/Work/libs/freetype2/.libs/libfreetype.a --with-ft2include="$XETEX/libs/freetype2/include" followed by 'make'. Not very pretty, but it worked.)
=== Arthur's notes (for xdvipdfmx) ===

Navigation menu