Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 620 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 620 Bytes

WinDivvun

The speller service for Windows.

Build Status

Compile

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