• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-objc-gnustep/
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
9  - ./autogen.sh
10  - make
11  - openapp Hello
12Cleanup:
13  - make distclean
14  - ./autoclean.sh
15