Packages
elixir_encoding_detect
0.1.0
[rust-uchardet](https://github.com/emk/rust-uchardet) elixir port
Current section
Files
Jump to
Current section
Files
elixir_encoding_detect
native
uchardetmodule
rust-uchardet-2.0.4
uchardet-sys
uchardet
script
debug.sh
native/uchardetmodule/rust-uchardet-2.0.4/uchardet-sys/uchardet/script/debug.sh
mkdir --parents debug \
&& cd debug
cmake \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=`pwd`/root \
.. \
&& make \
&& make install