1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/gnustep/pkg-message

10 lines
256 B
Plaintext
Raw Normal View History

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>".