The speller service for Windows.
- Install the Rust toolchain with rustup.rs - use
nightly-i686-pc-window-msvc
or you will have a bad time. - Install Visual Studio with the C++ Compiler and the Windows 10 SDK enabled, or just the Windows build tools.
- Install rust nightly for Windows https://github.com/rust-lang-nursery/rustup.rs/#other-installation-methods
- Open up the x86 compilation Visual Studio command line and run
cargo build
.