mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
11 lines
171 B
Bash
Executable File
11 lines
171 B
Bash
Executable File
mkdir --parents debug \
|
|
&& cd debug
|
|
|
|
cmake \
|
|
-D ENABLE_GETTEXT:BOOL=ON \
|
|
-DCMAKE_BUILD_TYPE=Debug \
|
|
-DCMAKE_INSTALL_PREFIX=`pwd`/root \
|
|
.. \
|
|
&& make \
|
|
&& make install
|