Rearange menu of mpegplayer. Add new menu with "settings" and "quit", and remove...
[kugel-rb.git] / apps / plugins / zxbox / README.DOS
blob4d663e9ad615f3d81033b9b9daec55e681edd37c
1 Spectemu is now basically usable under DOS.
3 Still missing:
5 1) Sound
6 2) Decent GUI
8 How to compile:
9 ---------------
11 - You will need DJGPP version 2, libkb, and the allegro game library.
12   You can get these at:
14 To get DJGPP, read:
15    ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/00README.TXT
17 Libkb is at:
18    ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/libkb100.zip
20 Allegro is at:
21    ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/allegro/alleg30.zip
24 - Not all files are needed (no long named files are needed, you can
25   try to get rid of them, but they cause no harm)
27 - copy 'Makefile.dos' to 'Makefile', and 'config.dos' to 'config.h'
29 - type 'make'
31 It should compile without warnings. To start it, enter 'vgaspect'.
33 See also README, for what can be done with the emulator.