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