On Fri, 24 Aug 2012, Peter Rolf wrote:

Hi,

just testing a module on a fresh Linux (Debian 6.0.5-i386) with the
latest standalone. No messages when calling 'setuptex', but the PATH to
the binaries is not set correctly here. I manually added the binary path
to '.bashrc' and it worked.

# add ConTeXt binaries to PATH
PATH=~/context/tex/texmf-linux/bin:$PATH

In the archlinux PKGBUILD that I maintain, I use the following setuptex:

~~~
TEXMFOS=/opt/context-minimals/texmf-linux
export TEXMFOS

TEXMFCACHE=$HOME/texmf-cache
export TEXMFCACHE

unset TEXINPUTS MPINPUTS MFINPUTS

PATH=$TEXMFOS/bin:$PATH
export PATH

OSFONTDIR="$HOME/.fonts;/usr/share/fonts;"
export OSFONTDIR
~~~

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to