diff options
Diffstat (limited to 'devel/gnustep')
-rw-r--r-- | devel/gnustep/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/gnustep/pkg-message b/devel/gnustep/pkg-message new file mode 100644 index 000000000000..98cdd87f55b7 --- /dev/null +++ b/devel/gnustep/pkg-message @@ -0,0 +1,9 @@ +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>". |