Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded authored Aug 7, 2016
1 parent 81d7b29 commit a8fe68c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ Now we are ready to install all the dependencies. It is retrieving and building
transitive dependencies, like OpenSSL and Zlib, so you might want to go and grab a coffe...

```bash
$ conan install .. -s compiler=clang -s compiler.version=3.6 --build
$ conan install .. -s compiler=clang -s compiler.version=3.6 -s compiler.libcxx=libstdc++ --build
```

You might need change your settings, to other version or libcxx, depending on your setup.

## Building with CMake

Given that we have already defined the environment variables, it is easy to build the project with cmake:
Expand Down

0 comments on commit a8fe68c

Please sign in to comment.