Browse Source

Merge pull request #2 from cppit/master

Pull from cppit
merge-requests/37/head
Ole Christian Eidheim 11 years ago
parent
commit
518a0a433b
  1. 13
      src/docs/windows-install.md

13
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
```
Loading…
Cancel
Save