1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
2007-02-25 09:41:01 +00:00

10 lines
261 B
Plaintext

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