Skip to content

divvun/windivvun-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.