Changes
Page history
Update setup
authored
May 07, 2018
by
Jonathan Wendt
Hide whitespace changes
Inline
Side-by-side
setup.md
View page @
e24a38a1
...
...
@@ -7,6 +7,8 @@
*
Install/Update CMake to a recent version. Make sure to add CMake to Path while installing. At least
``3.10``
is required.
*
Install
[
Visual Studio 2017 Community
](
https://www.visualstudio.com/downloads
)
*
Make sure to configure it for c++ Desktop-Programming
*
Add at least the following packages:
``Windows Universal CRT SDK``
*
_Any particular packages that must be there? Add here!_
*
To setup Clangformat (recomnmended) see
[
Clang Wiki-Page
](
clang-format_on-save_VS2017
)
*
Use CMake (beware that the first time it could take very long since all dependecies are downloaded through conan)
...
...
...
...