README.markdown edited online with Bitbucket

This commit is contained in:
Kjell Hedström 2015-03-02 15:38:00 +00:00
parent 7464e55e90
commit 9ceb970475

View File

@ -182,7 +182,7 @@ msbuild g3log.sln /p:Configuration=Release
** Building on *nix with Clang: **
```
cmake -DCMAKE_CXX_COMPILER=clang++ .. -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release ..
make
```