File: README.DOS

package info (click to toggle)
spectemu 0.94a-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 1,240 kB
  • ctags: 3,088
  • sloc: ansic: 15,419; asm: 5,160; sh: 2,533; cpp: 377; makefile: 221
file content (33 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (11)
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.