2006-01-16 12:50:19 +01:00
|
|
|
To use GNUstep you need to source the envoroment in your shell:
|
|
|
|
|
|
|
|
for sh/bash:
|
|
|
|
. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh
|
|
|
|
|
|
|
|
for csh:
|
2007-02-25 10:41:01 +01:00
|
|
|
source /usr/local/GNUstep/System/Library/Makefiles/GNUstep.csh
|
2006-01-16 12:50:19 +01:00
|
|
|
|
|
|
|
then start your applications with "openapp <name>".
|