2000-07-26 21:13:51 +02:00
|
|
|
This is beta software. For now, we only provide installation instructions
|
|
|
|
for Unix:
|
|
|
|
|
|
|
|
1. Build the library (see below)
|
|
|
|
2. type "make install" (make uninstall provided too)
|
|
|
|
|
|
|
|
the library name is "libfreetype.so" (FreeType 1.x uses "libttf.so")
|
|
|
|
|
|
|
|
In order to build the library, read the "BUILD" document in the "docs"
|
|
|
|
directory. Quick starter: go to "freetype2-beta8", then:
|
|
|
|
|
|
|
|
|
|
|
|
Unix (+GNU Make):
|
|
|
|
|
2000-08-23 01:15:23 +02:00
|
|
|
- make (don't worry, this will invoke a configure script)
|
2000-07-26 21:13:51 +02:00
|
|
|
- make
|
2000-08-23 01:15:23 +02:00
|
|
|
|
|
|
|
alternatively, you can pass parameters to the configure script
|
|
|
|
with the CFG variable, as in:
|
2000-10-03 19:51:29 +02:00
|
|
|
|
2000-08-23 01:15:23 +02:00
|
|
|
- make CFG="--prefix=/usr"
|
2000-07-26 21:13:51 +02:00
|
|
|
- make
|
|
|
|
|
|
|
|
|
|
|
|
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...
|
|
|
|
|
2000-03-13 15:19:31 +01:00
|
|
|
|