[tlbuild] Beamer and xelatex on todays svn
Randy Au
agilis at gmail.com
Mon Jul 28 19:43:20 CEST 2008
On Mon, Jul 28, 2008 at 12:33 PM, Edd Barrett <vext01 at gmail.com> wrote:
> Thanks for checking that for me.
>
> Would you be able to show me how you build your binaries? (./Build ...)
>
The build process for freebsd7 on amd64 is a bit clunky, thanks to our
older clisp port, but this is what seems to work on my end. I'm not
even sure if i386 has to go through this much trouble.
#clisp2.4.4 workaround
test -d ~/bin || mkdir ~/bin
cp -p /usr/local/bin/gmake ~/bin/make
export PATH=~/bin:$PATH
#find the system libs that aren't being found
export CPPFLAGS="-I/usr/local/include"
export TL_MAKE=gmake
./Build --with-fontconfig=/usr/local/ --with-xindy
~R
More information about the tlbuild
mailing list