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