Closed dginev closed 3 years ago
Ok for windows 👌
Looks good to me 🙂. Also the chocolatey steps seem to be optional, and are only meant to be used to install rust. At least I skipped them and compiled libxml on Windows successfully:
C:\> choco install -y curl git unxUtils winlibs-llvm-free
C:\> refreshenv
C:\> %ChocolateyInstall%\bin\curl --output "c:\rustup-init.exe" "https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe"
C:\> c:\rustup-init.exe -y --default-toolchain stable-x86_64-pc-windows-msvc
Thanks!
Good point, I can trim it down a bit further. The new instructions will go to crates.io with the nest release, thanks both for the quick reviews 👍🏻
Hi @hurlenko and @lepapareil ,
Could you take a brief look if adding the installation dependencies to the README in this PR looks reasonable? I've kept references in so that people can track the original discussions as well, when necessary.
Thanks again for contributing these, and I hope folks find them helpful.