sudo apt-get -y install build-essential
sudo apt-get -y install gnustep
sudo apt-get install gobjc
sudo apt-get install gnustep-make
sudo apt-get install libgnustep-base-dev
And in the GNUmakefile I added this path,this will be used in the makefile script:
GNUSTEP_MAKEFILES=/usr/lib/GNUstep/System/Makefiles
Setting the makefile envirements:
source /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
2.try to compile the first objective-c program
It's my first attempt to know there is such a cool tool called GNUstep. I've got a website to show people how to use the GNUstep in Chinese.
ReplyDeletehttp://www.nongnu.org/gstutorial/zh_TW/index.html