typo
This commit is contained in:
parent
46b87f061e
commit
5d902fa1aa
@ -33,7 +33,7 @@ the included `LICENSE.md` file for more detailed information.
|
|||||||
|
|
||||||
Typical users should download a [utf8proc release](http://juliastrings.github.io/utf8proc/releases/) rather than cloning directly from github.
|
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`). `make check` runs some tests, and `make clean` deletes all of the generated files.
|
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`). `make check` runs some tests, and `make clean` deletes all of the generated files.
|
||||||
|
|
||||||
Alternatively, you can compile with `cmake`, e.g. by
|
Alternatively, you can compile with `cmake`, e.g. by
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user