Changes

Jump to navigation Jump to search
m
→‎building XeTeX and xdvipdfmx: obsolete now - notes removed
to be able to use rsync from the garden properly. I have no idea what happens if cygwin is in PATH, but it is asking for problems.
== building XeTeX and xdvipdfmx ==
(This might need to be moved to some better place, for example under XeTeX, but I needed to leave a note on building process before we all forget it.)
 
SVN sources are available at:
http://scripts.sil.org/svn-public/xetex/TRUNK
http://scripts.sil.org/svn-public/xdvipdfmx/TRUNK
 
Prerequisits: You need to have the runtime libraries for fontconfig and zlib installed, as well as the devel package for fontconfig
 
=== Taco's notes (for linux) ===
 
XeTeX's build process needs the tex binaries directory in the path to deduce an installation directory from.
On the contextgarden, that should be <code>/opt/texlive2007/bin/i386-linux/</code>,
because it assumes the path is TDS compliant (i.e., it ends with '<code>/bin/<<platform>></code>')
 
$ export PATH=/opt/texlive2007/bin/i386-linux:$PATH
 
=== Arthur's notes (for xdvipdfmx) ===
 
$ export XETEX=location-of-xetex-TRUNK
$ CFLAGS="-I$XETEX/texk -I$XETEX/Work/texk -I$XETEX/libs/freetype2/include -I$XETEX/libs/freetype2" \
LDFLAGS="-L$XETEX/Work/texk/kpathsea/.libs -L$XETEX/Work/libs/freetype2" ./configure
== Cross-compiling for PPC on Intel Mac ==

Navigation menu