Home | History | Annotate | only in /xsrc/external/mit/freetype/dist
Up to higher level directory
NameDateSize
.ChangeLog.swp21-Oct-202016K
.clang-format21-Oct-2020453
autogen.sh21-Oct-20203.8K
builds/Today
ChangeLog21-Oct-2020151.8K
ChangeLog.2021-Oct-202089.4K
ChangeLog.2121-Oct-2020321.4K
ChangeLog.2221-Oct-202097.5K
ChangeLog.2321-Oct-2020265.9K
ChangeLog.2421-Oct-2020202.5K
ChangeLog.2521-Oct-2020158.5K
ChangeLog.2621-Oct-2020172.2K
ChangeLog.2721-Oct-202061.7K
ChangeLog.2821-Oct-202094.1K
ChangeLog.2921-Oct-202070.4K
CMakeLists.txt21-Oct-202017.6K
configure21-Oct-20203.9K
devel/Today
docs/Today
include/Today
Makefile21-Oct-2020846
meson.build21-Oct-202010.6K
meson_options.txt21-Oct-20201.3K
modules.cfg21-Oct-20206.2K
objs/Today
README21-Oct-20202.8K
README.git21-Oct-20201.6K
src/Today
version.sed30-Jul-2008236
vms_make.com21-Oct-202035.2K

README

      1   FreeType 2.10.4
      2   ===============
      3 
      4   Homepage: https://www.freetype.org
      5 
      6   FreeType is a freely available software library to render fonts.
      7 
      8   It  is  written  in  C,  designed to  be  small,  efficient,  highly
      9   customizable, and  portable while capable of  producing high-quality
     10   output  (glyph  images) of  most  vector  and bitmap  font  formats.
     11 
     12   Please   read   the  docs/CHANGES   file,   it  contains   IMPORTANT
     13   INFORMATION.
     14 
     15   Read the  files `docs/INSTALL*'  for installation  instructions; see
     16   the file `docs/LICENSE.TXT' for the available licenses.
     17 
     18   The FreeType  2 API  reference is located  in `docs/reference/site';
     19   use the file `index.html' as the top entry point.  [Please note that
     20   currently the  search function  for locally  installed documentation
     21   doesn't work due to cross-site scripting issues.]
     22 
     23   Additional documentation is available as a separate package from our
     24   sites.  Go to
     25 
     26     https://download.savannah.gnu.org/releases/freetype/
     27 
     28   and download one of the following files.
     29 
     30     freetype-doc-2.10.4.tar.xz
     31     freetype-doc-2.10.4.tar.gz
     32     ftdoc2104.zip
     33 
     34   To view the documentation online, go to
     35 
     36     https://www.freetype.org/freetype2/docs/
     37 
     38 
     39   Mailing Lists
     40   =============
     41 
     42   The preferred way  of communication with the FreeType  team is using
     43   e-mail lists.
     44 
     45     general use and discussion:      freetype (a] nongnu.org
     46     engine internals, porting, etc.: freetype-devel (a] nongnu.org
     47     announcements:                   freetype-announce (a] nongnu.org
     48     git repository tracker:          freetype-commit (a] nongnu.org
     49 
     50   The lists are moderated; see
     51 
     52     https://www.freetype.org/contact.html
     53 
     54   how to subscribe.
     55 
     56 
     57   Bugs
     58   ====
     59 
     60   Please submit bug reports at
     61 
     62     https://savannah.nongnu.org/bugs/?group=freetype
     63 
     64   Alternatively,    you   might    report    bugs    by   e-mail    to
     65   `freetype-devel (a] nongnu.org'.   Don't  forget   to  send  a  detailed
     66   explanation of the problem --  there is nothing worse than receiving
     67   a terse message that only says `it doesn't work'.
     68 
     69 
     70   Patches
     71   =======
     72 
     73   Please  submit patches  to  the `freetype-devel (a] nongnu.org'  mailing
     74   list  --  and thank  you  in  advance  for  your work  on  improving
     75   FreeType!
     76 
     77   Details on the process can be found here:
     78 
     79     https://www.freetype.org/developer.html#patches
     80 
     81 
     82   Enjoy!
     83 
     84 
     85     The FreeType Team
     86 
     87 ----------------------------------------------------------------------
     88 
     89 Copyright (C) 2006-2020 by
     90 David Turner, Robert Wilhelm, and Werner Lemberg.
     91 
     92 This  file is  part of  the FreeType  project, and  may only  be used,
     93 modified,  and distributed  under the  terms of  the  FreeType project
     94 license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
     95 this file you  indicate that you have read  the license and understand
     96 and accept it fully.
     97 
     98 
     99 --- end of README ---
    100 

README.git

      1 The git  archive doesn't  contain pre-built configuration  scripts for
      2 UNIXish platforms.  To generate them say
      3 
      4   sh autogen.sh
      5 
      6 which in turn depends on the following packages:
      7 
      8   automake (1.10.1)
      9   libtool (2.2.4)
     10   autoconf (2.62)
     11 
     12 The versions given  in parentheses are known to  work.  Newer versions
     13 should work too, of course.   Note that autogen.sh also sets up proper
     14 file permissions for the `configure' and auxiliary scripts.
     15 
     16 The autogen.sh script  now checks the version of  above three packages
     17 whether they match the numbers  above.  Otherwise it will complain and
     18 suggest either upgrading or using  an environment variable to point to
     19 a more recent version of the required tool(s).
     20 
     21 Note that  `aclocal' is provided  by the `automake' package  on Linux,
     22 and that `libtoolize' is called `glibtoolize' on Darwin (OS X).
     23 
     24 
     25 For static builds which  don't use platform specific optimizations, no
     26 configure script is necessary at all; saying
     27 
     28   make setup ansi
     29   make
     30 
     31 should work on all platforms which have GNU make (or makepp).
     32 
     33 
     34 Similarly, a  build with  `cmake' can  be done  directly from  the git
     35 repository.
     36 
     37 
     38 ----------------------------------------------------------------------
     39 
     40 Copyright (C) 2005-2020 by
     41 David Turner, Robert Wilhelm, and Werner Lemberg.
     42 
     43 This  file is  part of  the FreeType  project, and  may only  be used,
     44 modified,  and distributed  under the  terms of  the  FreeType project
     45 license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
     46 this file you  indicate that you have read  the license and understand
     47 and accept it fully.
     48 
     49 
     50 --- end of README.git ---
     51