Go to file
David Turner 750fa961c6 * Jamfile: removing otvalid from the list of compiled modules
* include/freetype/internal/ftserv.h: added compiler pragmas to get rid
    of annoying warnings with Visual C++ compiler in maximum warning mode

  * src/autofit/afhints.c, src/autofit/aflatin.c, src/base/ftstroke.c,
    src/bdf/bdfdrivr.c, src/cache/ftcbasic.c, src/cache/ftccmap.c,
    src/cache/ftcmanag.c, src/cff/cffload.c, src/cid/cidload.c,
    src/lzw/zopen.c, src/otvalid/otvgdef.c, src/pcf/pcfread.c,
    src/sfnt/sfobjs.c, src/truetype/ttgxvar.c: removing compiler warnings
2005-05-01 10:11:32 +00:00
builds * builds/amiga/src/base/ftsystem.c (ft_amiga_stream_io): Fix buffer 2005-03-26 22:57:57 +00:00
devel * include/freetype/config/ftoption.h: commenting the definition of 2005-04-03 22:09:41 +00:00
docs * docs/TODO: Updated. 2005-04-28 05:34:25 +00:00
include * Jamfile: removing otvalid from the list of compiled modules 2005-05-01 10:11:32 +00:00
objs updated 2003-06-18 07:06:54 +00:00
src * Jamfile: removing otvalid from the list of compiled modules 2005-05-01 10:11:32 +00:00
.cvsignore Formatting. 2000-10-31 19:42:53 +00:00
ChangeLog * Jamfile: removing otvalid from the list of compiled modules 2005-05-01 10:11:32 +00:00
Jamfile * Jamfile: removing otvalid from the list of compiled modules 2005-05-01 10:11:32 +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/base/ftstream.c (FT_Stream_Close): Don't reset stream->close 2004-08-11 05:25:37 +00:00
README.CVS * autogen.sh: New script for bootstrapping. 2005-03-05 17:05:35 +00:00
autogen.sh * docs/TODO: Updated. 2005-04-13 18:12:36 +00:00
configure * configure: Output more variables to the created Makefile so that 2005-02-13 05:46:50 +00:00
vms_make.com * vms_make.com: Add ftbitmap.obj. 2004-12-15 06:37:03 +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.10
  ===============

  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/freetype/freetype2/ftdocs-2.1.10.tar.bz2
    ftp://ftp.freetype.org/freetype/freetype2/ftdocs-2.1.10.tar.gz
    ftp://ftp.freetype.org/freetype/freetype2/ftdoc2110.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