1
0
mirror of https://github.com/KjellKod/g3log.git synced 2025-03-31 16:04:28 +02:00

Readme. Build instructions

This commit is contained in:
KjellKod 2014-02-25 23:16:59 -07:00
parent 77653a1d3b
commit 9fa3acf2cb

@ -152,7 +152,7 @@ int main(int argc, char**argv) {
# BUILDING g2log:
# BUILDING g3log:
-----------
The default is to build an example binary 'g2log-FATAL'
I suggest you start with that, run it and view the created log also.
@ -182,7 +182,7 @@ cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 12" ..
msbuild g2log_by_kjellkod.sln /p:Configuration=Release
```
*** Building on *nix with Clang:
** Building on *nix with Clang: **
```
cmake -DCMAKE_CXX_COMPILER=clang++ .. -DCMAKE_BUILD_TYPE=Release ..
make