cave-story-solaris/external/freetype
Clownacy ac465d29b4 Mean CMake dependency overhaul
I'm taking a page from Dolphin's book, and including copies of each
dependency's source code. This combines the ease of use of including
pre-built libraries instead of needing to navigate a package manager
 - as is (or was) the case for MSVC - with the portability of using
packages. Granted, this method's more of a jack of all trades,
master of none, since it's *less* user-friendly than prebuilt
packages (compilation times), and you don't get the per-distro
compatibility fixes you'd get from a package manager.

You can still use system libs if you want. In fact, it's still the
default behaviour: compiling the libs manually is just a fallback.
I'll add an option to force-enable this soon, however, since it's a
nicer way to produce static MSYS2 builds than the hackish nightmare
that I was using before. Not to mention, having my own copy of the
sources means I can provide my own fixes and tweaks your package
manager may not. For example, I can combine MSYS2's FreeType
subpixel rendering with vcpkg's fix for SDL2 exporting its symbols
in static builds.
2019-04-26 01:52:02 +01:00
..
builds Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
devel Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
docs Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
include Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
objs Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
src Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
autogen.sh Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.20 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.21 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.22 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.23 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.24 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.25 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.26 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.27 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
ChangeLog.28 Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
CMakeLists.txt Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
configure Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
Jamfile Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
Jamrules Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
Makefile Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
modules.cfg Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
README Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
README.git Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
version.sed Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00
vms_make.com Mean CMake dependency overhaul 2019-04-26 01:52:02 +01:00

  FreeType 2.10.0
  ===============

  Homepage: https://www.freetype.org

  FreeType is a freely available software library to render fonts.

  It  is  written  in  C,  designed to  be  small,  efficient,  highly
  customizable, and  portable while capable of  producing high-quality
  output  (glyph  images) of  most  vector  and bitmap  font  formats.

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

  Read the  files `docs/INSTALL*'  for installation  instructions; see
  the file `docs/LICENSE.TXT' for the available licenses.

  The FreeType  2 API  reference is located  in `docs/reference/site';
  use  the  file `index.html'  as  the  top entry  point.   Additional
  documentation is available as a separate package from our sites.  Go
  to

    https://download.savannah.gnu.org/releases/freetype/

  and download one of the following files.

    freetype-doc-2.10.0.tar.bz2
    freetype-doc-2.10.0.tar.gz
    ftdoc2100.zip

  To view the documentation online, go to

    https://www.freetype.org/freetype2/docs/


  Mailing Lists
  =============

  The preferred way  of communication with the FreeType  team is using
  e-mail lists.

    general use and discussion:      freetype@nongnu.org
    engine internals, porting, etc.: freetype-devel@nongnu.org
    announcements:                   freetype-announce@nongnu.org
    git repository tracker:          freetype-commit@nongnu.org

  The lists are moderated; see

    https://www.freetype.org/contact.html

  how to subscribe.


  Bugs
  ====

  Please submit bug reports at

    https://savannah.nongnu.org/bugs/?group=freetype

  Alternatively,    you   might    report    bugs    by   e-mail    to
  `freetype-devel@nongnu.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

----------------------------------------------------------------------

Copyright (C) 2006-2019 by
David Turner, Robert Wilhelm, and Werner Lemberg.

This  file is  part of  the FreeType  project, and  may only  be used,
modified,  and distributed  under the  terms of  the  FreeType project
license,  LICENSE.TXT.  By  continuing to  use, modify,  or distribute
this file you  indicate that you have read  the license and understand
and accept it fully.


--- end of README ---