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