README 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Special notes to Unix users
  2. ===========================
  3. Please read the file `docs/UPGRADE.UNIX'. It contains important
  4. information regarding the installation of FreeType on Unix systems,
  5. especially GNU based operating systems like GNU/Linux.
  6. FreeType 2's library is called `libfreetype', FreeType 1's library
  7. is called `libttf'. They are *not* compatible!
  8. FreeType 2.3.12
  9. ===============
  10. Please read the docs/CHANGES file, it contains IMPORTANT
  11. INFORMATION.
  12. Read the files `docs/INSTALL' for installation instructions.
  13. The FreeType 2 API reference is located in `docs/reference'; use the
  14. file `ft2-doc.html' as the top entry point. Additional
  15. documentation is available as a separate package from our sites. Go
  16. to
  17. http://download.savannah.gnu.org/releases/freetype/
  18. and download one of the following files.
  19. freetype-doc-2.3.12.tar.bz2
  20. freetype-doc-2.3.12.tar.gz
  21. ftdoc2312.zip
  22. Bugs
  23. ====
  24. Please report bugs by e-mail to `freetype-devel@nongnu.org'. Don't
  25. forget to send a detailed explanation of the problem -- there is
  26. nothing worse than receiving a terse message that only says `it
  27. doesn't work'.
  28. Alternatively, you may submit a bug report at
  29. https://savannah.nongnu.org/bugs/?group=freetype
  30. Enjoy!
  31. The FreeType Team
  32. ----------------------------------------------------------------------
  33. Copyright 2006, 2007, 2008, 2009, 2010 by
  34. David Turner, Robert Wilhelm, and Werner Lemberg.
  35. This file is part of the FreeType project, and may only be used,
  36. modified, and distributed under the terms of the FreeType project
  37. license, LICENSE.TXT. By continuing to use, modify, or distribute
  38. this file you indicate that you have read the license and understand
  39. and accept it fully.
  40. --- end of README ---