~naesten/quadra/vc2005express-build

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
Quadra Source Release
---------------------
$Id$

This is a raw source release. Do not smoke near this package.

Requirements:

 - a C++ compiler (gcc was tested on Linux and Visual C++ on Windows)
 - zlib (http://www.info-zip.org/pub/infozip/zlib/)
 - libpng (http://www.libpng.org/pub/png/libpng.html)
 - DirectX 5 (Windows only)
 - Svgalib (Linux only, optional, http://svgalib.org/)
 - X Window System libraries with XPM support (Linux only)

Basic instructions:

 - type './configure'
 - type 'make'

There you go! There is a 'quadra' binary, a 'quadra-svga.so' driver and
a 'quadra.res' resource file in the quadra/source directory. If not,
then something went wrong. :-)

You can run this with the following command (in bash):

QUADRADIR=source source/quadra

Good luck!