Wednesday, January 7, 2009

First objective-c program

1.install the GNUstep and objective-c
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
http://www.gnustep.org/resources/documentation/Developer/Base/ProgrammingManual/manual_1.html#SEC11


1 comment:

  1. 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.
    http://www.nongnu.org/gstutorial/zh_TW/index.html

    ReplyDelete