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
win32.sh
native/uchardetmodule/rust-uchardet-2.0.4/uchardet-sys/uchardet/script/win32.sh
mkdir --parents win32 \
&& cd win32 \
&& cmake .. \
-G "MSYS Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="" \
&& make