Update setup authored by Heiko Overath's avatar Heiko Overath
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* ``conan remote add bincrafters_public https://api.bintray.com/conan/bincrafters/public-conan`` * ``conan remote add bincrafters_public https://api.bintray.com/conan/bincrafters/public-conan``
* For more information check [conan Wiki-Page](Conan_Usage) * For more information check [conan Wiki-Page](Conan_Usage)
* For test to give reasonable output, set the environment variable ``CTEST_OUTPUT_ON_FAILURE`` to ``1`` * For test to give reasonable output, set the environment variable ``CTEST_OUTPUT_ON_FAILURE`` to ``1``
* Install/Update CMake to a recent version. At least ``3.10`` is required. * 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) * Install [Visual Studio 2017 Community](https://www.visualstudio.com/downloads)
* To setup Clangformat (recomnmended) see [Clang Wiki-Page](clang-format_on-save_VS2017) * 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) * Use CMake (beware that the first time it could take very long since all dependecies are downloaded through conan)
... ...
......