typo $(cppflags) -> $(CPPFLAGS)
[AROS.git] / arch / m68k-amiga / doc / README.txt
blob45213014009d71e5c7658d188a0f7a95db09ee49
1 These are the sources to the AROS amiga-m68k AmiWest 2011 release
3 They are designed to used for cross-compilation from a Linux
4 environment.
6 To build the AROS amiga-m68k crosscompiler:
7 -------------------------------------------
9 * ./build-toolchain.sh </toolpath>
10   - This builds a new AROS amiga-m68k toolchain, and
11     installs it to </toolpath>
12   - You need to have permission to modify </toolpath>
14 To build from the AROS sources:
15 -------------------------------
17 * Make sure that you have the libpng development headers and libraries
18   installed on your build system
19 * Unpack the AROS sources into `AROS'
20 * mkdir AROS-build
21 * cd AROS-build
22 * export PATH=/toolpath:$PATH
23 * ../AROS/configure --target=amiga-m68k --with-optimization=-Os --serial-debug --enable-debug
24 * make -s bootiso
26 ROM images, the AROS boot disk, and the ISO image will be in
27 AROS-build/distfiles/