freetype2/INSTALL

34 lines
615 B
Plaintext
Raw Normal View History

In order to build the library, read the `BUILD' document in the `docs'
directory. Quick starter: Go to `freetype2', then:
2000-07-26 21:13:51 +02:00
Unix + GNU Make:
2000-10-31 21:42:18 +01:00
- make (don't worry, this will invoke a configure script)
2000-07-26 21:13:51 +02:00
- make
- make install
alternatively, you can pass parameters to the configure script
with the CFG variable, as in:
- make CFG="--prefix=/usr"
2000-07-26 21:13:51 +02:00
- make
- make install
2000-07-26 21:13:51 +02:00
2000-10-31 21:42:18 +01:00
Windows + gcc + GNU Make:
2000-07-26 21:13:51 +02:00
- make
- make
Windows + Visual C++ + GNU Make:
- make setup visualc
2000-10-31 21:42:18 +01:00
- make
2000-07-26 21:13:51 +02:00
Windows + Win32-LCC + GNU Make:
2000-10-31 21:42:18 +01:00
2000-07-26 21:13:51 +02:00
- make setup lcc
- make
2000-10-31 21:42:18 +01:00
etc.