1This example relies on: 2 - the GNUstep libraries (libgnustep-gui, libgnustep-base) 3 and their dependencies (libiconv or glibc, and ffcall) 4 - the Objective C runtime libraries (libobjc) 5 6GNUstep applications don't need to be configured or installed in order to run; 7all you need is to 8 - Prepare your environment, as described in the GNUstep-HOWTO. E.g. 9 . /usr/share/GNUstep/Makefiles/GNUstep.sh 10 - ./autogen.sh 11 - make 12 - openapp ./Hello 13Cleanup: 14 - make distclean 15 - ./autoclean.sh 16