mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-08 01:36:41 +08:00
10 lines
153 B
Bash
Executable File
10 lines
153 B
Bash
Executable File
mkdir --parents release \
|
|
&& cd release
|
|
|
|
cmake \
|
|
-D ENABLE_GETTEXT:BOOL=ON \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
.. \
|
|
&& make
|