Alter(or mess with) sun4i target flags a bit
[AROS.git] / tools / MetaMake / README.GeekGadgets
bloba2b8856e37a942ae5f1fe0e3986aa20e03d34b2e
1 Use the following commands to configure MetaMake on the Amiga with
2 GeekGadgets:
4   stack 200000 ; always a good idea to set some big stack
5   cd MetaMake
6   sh configure -v --prefix=/gg m68k-amigaos
8 This will create the required Makefile and config.h files. You can then
9 build and install mmake with the following commands:
11   make
12   strip mmake
13   make install
15 mmake will be installed in GeekGadget's bin directory as /gg/bin/mmake.
17 You don't need the *.amiga files, but they are more lightweight than the
18 generated files. I haven't tested them. At first sight, they work, but
19 they don't install mmake anywhere.
21 NOTE: If during the configure you get messages saying `ACLOCAL not found' or
22 something to that effect, you need to install a newer `automake' package.
23 The version that is in GeekGadgets snapshot 970724 is too old. You can
24 download this package from ftp://aros.fh-konstanz.de/aros/ , or find it in
25 the AROSfA webpage at http://www.xs4all.nl/~ldp/aros/ . If a new snapshot
26 of GeekGadgets is released, you no longer need our automake distribution.