Thomas-Maierhofer-Consulting / NHunspell

NHunspell is a .NET wrapper for the spell checker hunspell
1 stars 0 forks source link

NHunspell

Setting up the DevelopmentEnvironment

Visual Studio Code is preconfigured as a Development Environment for NHunspell.

Install on the developer machine:

The development environment is based on Docker, so the VSCode Remote-Containers extension must be installed.

Building NHunspell

cd src ./BuildNativeHunspellWindows.sh

References