summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-01-16 11:50:19 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-01-16 11:50:19 +0000
commit2bb0d2253ec19fe57a4a8c8b2a15c4e4db874ecb (patch)
treee4f7347ba7f82ad9350f914680cb991ecd6ebf75
parent- add support for cups (diff)
- add quick readme to start gnustep apps
Notes
Notes: svn path=/head/; revision=153648
-rw-r--r--devel/gnustep/pkg-message9
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>".