Go to file
David Turner 10bf05a31d * src/cff/cffobjs.c (cff_face_init): fixed a small memory leak
* src/autofit/afloader.c, src/autofit/afmodule.c, src/base/ftdebug.c:
        removed compiler warnings

        * src/autofit/aftypes.h, src/lzw/zopen.c, src/pcf/pcfdrivr.c,
        src/pcf/pcfread.c, src/psaux/psobjs.c, src/type42/t42drivr.c:
        changed data arrays to "const" to avoid populating the ".data"
        segment
2004-04-21 14:30:37 +00:00
builds * builds/unix/freetype-config.in (usage): Fix and improve usage 2004-04-17 18:58:43 +00:00
devel * Jamfile, vms_make.com, builds/win32/visualc/freetype.dsp, 2004-03-05 09:26:24 +00:00
docs * src/psaux/psobjs.c (T1Radix): Renamed to... 2004-04-21 07:36:38 +00:00
include * include/freetype/config/ftconfig.h, src/base/ftstream.c 2004-04-16 03:50:55 +00:00
objs updated 2003-06-18 07:06:54 +00:00
src * src/cff/cffobjs.c (cff_face_init): fixed a small memory leak 2004-04-21 14:30:37 +00:00
tests * Jamfile, vms_make.com, builds/win32/visualc/freetype.dsp, 2004-03-05 09:26:24 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
ChangeLog * src/cff/cffobjs.c (cff_face_init): fixed a small memory leak 2004-04-21 14:30:37 +00:00
Jamfile * Jamfile, vms_make.com, builds/win32/visualc/freetype.dsp, 2004-03-05 09:26:24 +00:00
Jamrules * doc/INSTALL.UNX: Cleaned up. 2003-04-21 13:30:27 +00:00
Makefile * Makefile, configure, */*.mk, builds/unix/unix-def.in, 2002-06-14 08:09:25 +00:00
README * src/autofit/*: more updates 2003-11-23 21:39:51 +00:00
configure * configure: Accept makepp also. 2004-04-13 08:35:05 +00:00
vms_make.com * Jamfile, vms_make.com, builds/win32/visualc/freetype.dsp, 2004-03-05 09:26:24 +00:00

README

  Special notes to Unix users
  ===========================

  Please  read  the file  "docs/UPGRADE.UNX".   It contains  important
  information regarding the installation  of FreeType on Unix systems,
  especially GNU based operating systems like GNU/Linux.

  FreeType 2's  library is called `libfreetype',  FreeType 1's library
  is called `libttf'.  They are *not* compatible!


  FreeType 2.1.8
  ==============

  Please read the docs/CHANGES file, it contains IMPORTANT INFORMATION.

  Read the files "docs/INSTALL" for installation instructions.

  Note  that  the FreeType  2  documentation  is  now available  as  a
  separate package from our sites.  See:

    ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.1.8.tar.bz2
    ftp://ftp.freetype.org/pub/freetype2/ftdocs-2.1.8.tar.gz
    ftp://ftp.freetype.org/pub/freetype2/ftdoc218.zip


  Bugs
  ====

  Please report bugs by  e-mail to `devel@freetype.org'.  Don't forget
  to send  a detailed explanation of  the problem --  there is nothing
  worse  than receiving  a terse  message that  only says  "it doesn't
  work".


  Enjoy!


    The FreeType Team