mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 08:46:40 +08:00
17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
# INSTALL uchardet
|
|
|
|
`uchardet` uses a typical cmake installation.
|
|
|
|
* Configure with `cmake`. There are various options. For instance to configure
|
|
with a prefix as a release-ready build:
|
|
|
|
> cmake -DCMAKE_INSTALL_PREFIX=/home/jehan/.local -DCMAKE_BUILD_TYPE=Release
|
|
|
|
Alternatively, use `ccmake`, curses interface to `cmake`.
|
|
|
|
* Build with `make`.
|
|
|
|
* Install with `make install`.
|
|
|
|
Read `README` for more details on uchardet.
|