From aababceb5ea41736e239d24f61fed9b3956580f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Wed, 15 Jul 2015 20:38:05 +0200 Subject: [PATCH] #9 Work in progress --- src/docs/windows-install.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/docs/windows-install.md 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 +```