Changes
Page history
Update Conan_Usage
authored
Aug 28, 2017
by
Thomas Vierjahn
Hide whitespace changes
Inline
Side-by-side
Conan_Usage.md
View page @
742ce886
...
...
@@ -19,7 +19,7 @@ conan remote add rwth-vr--bintray https://api.bintray.com/conan/rwth-vr/conan
*
Ensure that cmake is appended to your path variable. Otherwise:
```
set PATH=
%PATH%;
<cmake binary directory>
set PATH=<cmake binary directory>
;%PATH%
```
*
Run the following commands:
...
...
@@ -40,4 +40,4 @@ conan install --build=missing -s compiler="apple-clang" -s compiler.version="8.1
cmake <relative path to source directory>
```
*
You can also use CMake-GUI for the last step.
*
You can also use CMake-GUI for the last step.
\ No newline at end of file