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

Merge branch 'hotfix-readme-spdlog' into 'master'

Hotfix readme spdlog

See merge request mobile_robotics/wolf!237
parents c14c558b 55629a82
No related branches found
Tags v0.0.1
1 merge request!237Hotfix readme spdlog
Pipeline #2499 passed
......@@ -139,7 +139,7 @@ We are shipping the CMAKE file `FindYamlCpp.cmake` together with Wolf. Find it a
#### 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:
......@@ -148,6 +148,7 @@ Wolf used spdlog macros. To install it:
- Build and install with:
$ cd spdlog
$ git checkout v0.17.0
$ mkdir build
$ cd build
$ 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