blob: 57756bda513382ee07f3e24a05644a02b0543bff [file] [log] [blame]
David Turner5f5b4462000-07-26 19:13:51 +00001This is beta software. For now, we only provide installation instructions
2for Unix:
David Turnerc3c7e7f2000-03-13 14:19:31 +00003
David Turner5f5b4462000-07-26 19:13:51 +00004 1. Build the library (see below)
5 2. type "make install" (make uninstall provided too)
6
7the library name is "libfreetype.so" (FreeType 1.x uses "libttf.so")
8
9In order to build the library, read the "BUILD" document in the "docs"
10directory. Quick starter: go to "freetype2-beta8", then:
11
12
13 Unix (+GNU Make):
14
15 - make
16 - make
17
18
19 Windows + gcc + GNU Make:
20
21 - make
22 - make
23
24 Windows + Visual C++ + GNU Make:
25
26 - make setup visualc
27 - make
28
29 Windows + Win32-LCC + GNU Make:
30
31 - make setup lcc
32 - make
33
34 etc...
35
36