File: README.examples

package info (click to toggle)
svgalib 1%3A1.4.3-24
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,768 kB
  • ctags: 9,153
  • sloc: ansic: 59,341; makefile: 1,141; asm: 630; sh: 61; perl: 54; pascal: 49
file content (22 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The files in this directory are the examples distributed with svgalib:

   demos.tar.gz         Demo and test programs.

   threeDKit.tar.gz     Routines to draw 3-dimensional triangles and
                        3D demos using these.

To compile them, unpack the tarball in a temporary directory and run make:

   # mkdir /tmp/svgalib
   # cd /tmp/svgalib
   # tar xzf /usr/share/doc/svgalibg1/examples/demos.tar.gz
   # cd demos
   # make

To use the makefile as it stands, you will need to do this as root;
but then, you'll need root access to run them anyway.  If you don't
want to compile as root, remove the chown and chmod lines from the
Makefile, and then do them manually after compilation.

 -- ASM Aug 99
 -- MV Dec 02