Version >0.95 (only bothered with gp2x version, sorry)
- Compile and place libsidplay.a, libgme.a, libmdoplug.a, libuade.a libpokecubed.a in ./libs
- place needed headerfiles in ./include
- go to ./player/src/
- make -f Makefile.gp2x

Version <= 0.95
- Make sure you have sdl and libsidplay libraries and includes installed
- First build uade:
  In uade, type ./configure
  In uade/src, type 'make libuade.a'
- Then in trunk, edit Makefile.unx, especially to point out the right place of uade
- Try 'make -f Makefile.unx'
- Little-endian only for now.
