You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
615 B

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