blob: e3c7e7785bfda425294d4c5e939595f9298dcb85 (
plain) (
blame)
1
2
3
4
5
6
7
8
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:
source /usr/local/GNUstep/System/Library/Makefiles/GNUstep.csh
then start your applications with "openapp <name>".
|