uchardet/debug.sh
2011-07-10 15:04:42 +08:00

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