blob: cc7bcba55ae0d0b84d77641aeb58b8cef9327b99 [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
David Turner5ef3c952000-08-22 23:15:23 +000015 - make (don't worry, this will invoke a configure script)
David Turner5f5b4462000-07-26 19:13:51 +000016 - make
David Turner5ef3c952000-08-22 23:15:23 +000017
18 alternatively, you can pass parameters to the configure script
19 with the CFG variable, as in:
David Turner896b6042000-10-03 17:51:29 +000020
David Turner5ef3c952000-08-22 23:15:23 +000021 - make CFG="--prefix=/usr"
David Turner5f5b4462000-07-26 19:13:51 +000022 - make
23
24
25 Windows + gcc + GNU Make:
26
27 - make
28 - make
29
30 Windows + Visual C++ + GNU Make:
31
32 - make setup visualc
33 - make
34
35 Windows + Win32-LCC + GNU Make:
36
37 - make setup lcc
38 - make
39
40 etc...
41
42