small update
This commit is contained in:
parent
b190572be5
commit
5f5b44659e
5
CHANGES
5
CHANGES
|
@ -1,5 +1,10 @@
|
||||||
LATEST CHANGES
|
LATEST CHANGES
|
||||||
|
|
||||||
|
- deactivated the trueType bytecode interpreter by default
|
||||||
|
|
||||||
|
- deactivated the "src/type1" font driver. Now "src/type1z" is
|
||||||
|
used by default..
|
||||||
|
|
||||||
- updates to the build system. We now compile the library correctly
|
- updates to the build system. We now compile the library correctly
|
||||||
under Unix system through "configure" which is automatically called
|
under Unix system through "configure" which is automatically called
|
||||||
on the first "make" invocation.
|
on the first "make" invocation.
|
||||||
|
|
39
INSTALL
39
INSTALL
|
@ -1,5 +1,36 @@
|
||||||
We do not provide INSTALLATION instructions for now, as FreeType 2 is
|
This is beta software. For now, we only provide installation instructions
|
||||||
still in beta.
|
for Unix:
|
||||||
|
|
||||||
|
1. Build the library (see below)
|
||||||
|
2. type "make install" (make uninstall provided too)
|
||||||
|
|
||||||
|
the library name is "libfreetype.so" (FreeType 1.x uses "libttf.so")
|
||||||
|
|
||||||
|
In order to build the library, read the "BUILD" document in the "docs"
|
||||||
|
directory. Quick starter: go to "freetype2-beta8", then:
|
||||||
|
|
||||||
|
|
||||||
|
Unix (+GNU Make):
|
||||||
|
|
||||||
|
- make
|
||||||
|
- make
|
||||||
|
|
||||||
|
|
||||||
|
Windows + gcc + GNU Make:
|
||||||
|
|
||||||
|
- make
|
||||||
|
- make
|
||||||
|
|
||||||
|
Windows + Visual C++ + GNU Make:
|
||||||
|
|
||||||
|
- make setup visualc
|
||||||
|
- make
|
||||||
|
|
||||||
|
Windows + Win32-LCC + GNU Make:
|
||||||
|
|
||||||
|
- make setup lcc
|
||||||
|
- make
|
||||||
|
|
||||||
|
etc...
|
||||||
|
|
||||||
|
|
||||||
Note however that you'll find instructions on how to compile the library
|
|
||||||
in the "BUILD" document in the "docs" directory..
|
|
||||||
|
|
Loading…
Reference in New Issue