summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 151ae8ea58ccbc31f9a562de0a84145a70397640 (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
In order to build the library, read the `BUILD' document in the `docs'
directory.  Quick starter: Go to `freetype2', then:

  Unix + GNU Make:

     - make  (don't worry, this will invoke a configure script)
     - make
     - make install

    alternatively, you can pass parameters to the configure script
    with the CFG variable, as in:

     - make CFG="--prefix=/usr"
     - make
     - make install


  Windows + gcc + GNU Make:

     - make
     - make

  Windows + Visual C++ + GNU Make:

     - make setup visualc
     - make

  Windows + Win32-LCC + GNU Make:

     - make setup lcc
     - make

  etc.