Blame README.md

Packit b749da
libXft - X FreeType library
Packit b749da
---------------------------
Packit b749da
Packit b749da
libXft is the client side font rendering library, using libfreetype,
Packit b749da
libX11, and the X Render extension to display anti-aliased text.
Packit b749da
Packit b749da
Xft version 2.1 was the first stand alone release of Xft, a library that
Packit b749da
connects X applications with the FreeType font rasterization library. Xft
Packit b749da
uses fontconfig to locate fonts so it has no configuration files.
Packit b749da
Packit b749da
Before building Xft you will need to have installed:
Packit b749da
 - FreeType                             https://freetype.org/
Packit b749da
 - Fontconfig                           https://fontconfig.org/
Packit b749da
 - libX11, libXext, & libXrender        https://x.org/
Packit b749da
Packit b749da
All questions regarding this software should be directed at the
Packit b749da
Xorg mailing list:
Packit b749da
Packit b749da
  https://lists.x.org/mailman/listinfo/xorg
Packit b749da
Packit b749da
The master development code repository can be found at:
Packit b749da
Packit b749da
  https://gitlab.freedesktop.org/xorg/lib/libXft
Packit b749da
Packit b749da
Please submit bug reports and requests to merge patches there.
Packit b749da
Packit b749da
For patch submission instructions, see:
Packit b749da
Packit b749da
  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
Packit b749da
Packit b749da
To release a version of this library:
Packit b749da
Packit b749da
 1. Update the version number in configure.ac
Packit b749da
 2. Fix the NEWS file  
Packit b749da
    Change version number  
Packit b749da
    Set the date  
Packit b749da
    add highlights
Packit b749da
 3. Commit those changes
Packit b749da
 4. rebuild the configuration files with autogen.sh  
Packit b749da
    sh autogen.sh --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
Packit b749da
 5. Follow the steps listed in
Packit b749da
    https://www.x.org/wiki/Development/Documentation/ReleaseHOWTO/
Packit b749da
Packit b749da
Keith Packard  
Packit b749da
keithp@keithp.com
Packit b749da
Packit b749da