From: Steven G. Johnson Date: Wed, 8 May 2019 15:22:37 +0000 (-0400) Subject: note official releases X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2~1^2~85 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4166172704c6cfd98c1d10726263734622a5f33;p=utf8proc.git note official releases --- diff --git a/README.md b/README.md index 4c76aee..ab26a39 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ the included `LICENSE.md` file for more detailed information. ## Quick Start +Typical users should download a [utf8proc release](http://juliastrings.github.io/utf8proc/releases/) rather than cloning directly from github. + For compilation of the C library run `make`. You can also install the library and header file with `make install` (by default into `/usr/local/lib` and `/usr/local/bin`), but this can be changed by `make prefix=/some/dir`). Alternatively, you can compile with `cmake`, e.g. by