Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-objc-gnustep / INSTALL
blobc240e409bdb9e5b934c73a7f61ccaa0b4025e585
1 This 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)
6 GNUstep applications don't need to be configured or installed in order to run;
7 all you need is to
8   - Prepare your environment, as described in the GNUstep-HOWTO
9   - ./autogen.sh
10   - make
11   - openapp Hello
12 Cleanup:
13   - make distclean
14   - ./autoclean.sh