libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / emu / e-uae / Readme
blobd1d9f4bb5d5aab6ff3bb58551e53bcd924cbcd50
1 Files
2 ------
4 .uaerc                  Basic uae configuration file to start extending from,
5                         expecting the folder "Emulation/shared" Amiga Forever
6                         to be copied to PROGDIR: (System:Extras/Emu/E-UAE).
7 e-uae-0.8.27-aros.diff  Very small diff to patch "configure".
8 mmakefile.src           Metamake file to fetch (from Richard Drummonds size)
9                         and build e-uae from the current source tarball.
10                         Additional files are copied to PROGDIR: to have
11                         almost the same tree as in the aros bin distribution
12                         available on Richards site.
13 Readme                  This file.
14 README.AmigaOS          Richard Drummonds comments about the current state
15                         of e-uae on various flavours of AmigaOS. That one
16                         is included with the aros binary distribution but
17                         is not in the current source tarball, also copied
18                         to PROGDIR:.
19                         
20 Building
21 --------
23 As usual just type "make contrib-euae" in the top level of your aros
24 source tree having an open internet connection or let the automatic
25 contrib build do its work in case you have all or parts of it. The
26 build was tested on linux hosted for x86 and ppc both without a cross
27 compiler. The x86  version seems to work fine. ppc does not yet probably
28 because of some missing math functions (actually they are linked in
29 from native libgcc, but the ppc elf loader cannot handle those weird
30 *PLT* relocations). Probably a cross compiler will help here.