diff --git a/src/docs/windows-install.md b/src/docs/windows-install.md new file mode 100644 index 0000000..156f22e --- /dev/null +++ b/src/docs/windows-install.md @@ -0,0 +1,13 @@ +# Windows Install Guide # +## Requirements ## + +```bash +* chocolatey [website](http://chocolatey.org) +``` + +##Preperation ## +First you install some dependencies + +```bash +PS: choco install cmake make nmake +```