File: INSTALL

package info (click to toggle)
aalib 1.4p5-44
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,500 kB
  • sloc: ansic: 10,394; sh: 7,789; makefile: 95
file content (30 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (12)
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
For Unix

   In most cases you should use:
   CFLAGS=your best optimizing switches
   export CFLAGS
    #note that first two lines are usually not needed in case you use
    #gnu c compiler where AA-lib uses quite good ones automatically
   ./configure
   make
   make install

   see help for configure in case of problems

For DOS:
   you need to compile vga/text libraries:
   (available at AA-lib homepage http://aa-project.sourceforge.net/aalib/)
     cd ../vga
     make
     cd ../text
     make

   then you can finally compile AA-lib

     cd os2 ; make -f makefile.dos

   then you should copy libaa.a libvga.a or libtext.a to your lib directory
   and libaa.h to your include directory

   All programs in AA-project expects AA-lib,vga and text archive in
   uncompressed and compiled in same directory as sources of them