mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 08:46:40 +08:00
9 lines
124 B
Bash
9 lines
124 B
Bash
mkdir --parents release \
|
|
&& cd release
|
|
|
|
cmake \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
.. \
|
|
&& make
|