summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-objc-gnustep/INSTALL
blob: c240e409bdb9e5b934c73a7f61ccaa0b4025e585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This example relies on:
  - the GNUstep libraries (libgnustep-gui, libgnustep-base)
    and their dependencies (libiconv or glibc, and ffcall)
  - the Objective C runtime libraries (libobjc)

GNUstep applications don't need to be configured or installed in order to run;
all you need is to
  - Prepare your environment, as described in the GNUstep-HOWTO
  - ./autogen.sh
  - make
  - openapp Hello
Cleanup:
  - make distclean
  - ./autoclean.sh