Update Conan_Usage authored by Jonathan Wendt's avatar Jonathan Wendt
......@@ -16,7 +16,6 @@ conan remote add rwth-vr--bintray https://api.bintray.com/conan/rwth-vr/conan
## Build your project (from terminal)
### Windows
**The prebuild packages should be available on the hosted packages, so you do not need to build yourself, if they aren't proceed as described below.**
* Open "Developer Prompt for VS2017".
......@@ -34,7 +33,7 @@ cmake <relative path to source directory>
* **Troubleshooting:**
* Windows Universal CRT SDK in the Visual Studio 2017 Installer apparently has to be ticked otherwise an error with missing ctypes.h occurs during building glew.
* **Uploading**
* **Uploading** We might want to host all dependencies so that we can upload the binaries there and circumvent problems that appear when building with conan
```
conan user -p <APIKEY> -r rwth-vr--bintray <USERNAME>
conan upload glew/2.1.0@RWTH-VR/thirdparty --all (respectively for every other lib)
......
......