utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit f0b370716b9175125e24d0f16ba43de9322370e3
parent 2484e2ed5e1d9c19edcccf392a7d9920ad90dfaf
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Sat, 16 Apr 2022 16:33:27 -0400

don't use make in cmake instructions (closes #236)
Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -38,9 +38,8 @@ For compilation of the C library, run `make`. You can also install the library Alternatively, you can compile with `cmake`, e.g. by ```sh mkdir build -cd build -cmake .. -make +cmake -S . -B build +cmake --build build ``` ### Using other compilers