blob: 4d663e9ad615f3d81033b9b9daec55e681edd37c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Spectemu is now basically usable under DOS.
Still missing:
1) Sound
2) Decent GUI
How to compile:
---------------
- You will need DJGPP version 2, libkb, and the allegro game library.
You can get these at:
To get DJGPP, read:
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/00README.TXT
Libkb is at:
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/libkb100.zip
Allegro is at:
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2tk/allegro/alleg30.zip
- Not all files are needed (no long named files are needed, you can
try to get rid of them, but they cause no harm)
- copy 'Makefile.dos' to 'Makefile', and 'config.dos' to 'config.h'
- type 'make'
It should compile without warnings. To start it, enter 'vgaspect'.
See also README, for what can be done with the emulator.
|