diff options
Diffstat (limited to 'lang/kaffe')
-rw-r--r-- | lang/kaffe/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/MESSAGE b/lang/kaffe/MESSAGE index 5aed4d6cf42..99c81aa48d3 100644 --- a/lang/kaffe/MESSAGE +++ b/lang/kaffe/MESSAGE @@ -1,11 +1,11 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/11/12 16:24:29 jschauma Exp $ +$NetBSD: MESSAGE,v 1.3 2003/04/14 18:23:48 mason Exp $ Before running Kaffe it is necessary to configure the environment. This requires the setting of PATH and LD_LIBRARY_PATH. For the standard installation these would be defined as follows: - PATH=$PATH:/${PREFIX}/bin + PATH=$PATH:${PREFIX}/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PREFIX}/lib Note that you don't have to setup the CLASSPATH - if you do then that's |