Skip to content
Snippets Groups Projects
Commit 5b1f59da authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'master' into devel

parents 32edf7d6 2edfb298
No related branches found
No related tags found
No related merge requests found
Pipeline #2439 passed
...@@ -139,7 +139,7 @@ We are shipping the CMAKE file `FindYamlCpp.cmake` together with Wolf. Find it a ...@@ -139,7 +139,7 @@ We are shipping the CMAKE file `FindYamlCpp.cmake` together with Wolf. Find it a
#### spdlog #### spdlog
Wolf used spdlog macros. To install it: Wolf uses spdlog macros. Right now Wolf is only compatible with spdlog version 0.17.0. To install it:
- Git clone the source: - Git clone the source:
...@@ -148,6 +148,7 @@ Wolf used spdlog macros. To install it: ...@@ -148,6 +148,7 @@ Wolf used spdlog macros. To install it:
- Build and install with: - Build and install with:
$ cd spdlog $ cd spdlog
$ git checkout v0.17.0
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" .. $ cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment