Skip to content

Commit

Permalink
Add note about CMake build script to README
Browse files Browse the repository at this point in the history
  • Loading branch information
grigorig committed Sep 27, 2012
1 parent 61d2671 commit 455d219
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ properties, string normalization and encoding conversion.

UCDN uses standard C89 with no particular dependencies or requirements
except for stdint.h, and can be easily integrated into existing
projects. At the moment, it is not supposed to be used as a standalone
library. The primary motivation behind UCDN development was to provide
a standalone set of Unicode functions for the HarfBuzz OpenType
shaping library. For this purpose, a HarfBuzz-specific wrapper is
shipped along with it (hb-ucdn.h).
projects. However, it can also be used as a standalone library,
and a CMake build script is provided for this. The first motivation
behind UCDN development was to provide a standalone set of Unicode
functions for the HarfBuzz OpenType shaping library. For this purpose,
a HarfBuzz-specific wrapper is shipped along with it (hb-ucdn.h).

UCDN is published under the ISC license, please see the license header
in the C source code for more information. The makeunicodata.py script
Expand Down

0 comments on commit 455d219

Please sign in to comment.