Skip to content
Snippets Groups Projects
Commit 55629a82 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel Committed by Joan Solà Ortega
Browse files

Hotfix readme spdlog

parent c14c558b
No related branches found
No related tags found
No related merge requests found
...@@ -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