freebsd-ports/devel/gnustep/pkg-message
2006-01-16 11:50:19 +00:00

9 lines
256 B
Text

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:
. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.csh
then start your applications with "openapp <name>".