mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
Execute release.sh or manually make a directory and check in, and execute
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release && make
|
|
Then install
|
|
sudo make install
|