uchardet/debug.sh
2011-07-11 18:08:26 +08:00

10 lines
142 B
Bash
Executable File

mkdir --parents debug \
&& cd debug
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=`pwd`/root \
.. \
&& make \
&& make install