Changes
Page history
mv files to docs
authored
Nov 09, 2018
by
Mohcine Chraibi
Show whitespace changes
Inline
Side-by-side
docs/windows.md
0 → 100644
View page @
9996ac4e
# Overview
This is a try to make windows as confortable and functional for (C++) develpers as possible.
# Installation
-
[
Notepad++
](
https://notepad-plus-plus.org/download
)
(
*optional*
)
-
[
Git
](
https://gitforwindows.org/
)
-
[
CMake
](
https://cmake.org/download/
)
-
[
VisualStudio (Community)
](
https://visualstudio.microsoft.com/de/downloads/
)
-
vcpkg: package manager for windows
**(requires VS and git)**
-
in PowerSHell
-
`git clone https://github.com/Microsoft/vcpkg.git`
-
`cd vcpkg`
-
`.\bootstrap-vcpkg.bat`
-
[
Terminal
](
http://cmder.net/
)
(
*optional*
)