|
|
@ -9,11 +9,8 @@ Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spd
|
|
|
|
#### Compiled version (recommended - much faster compile times)
|
|
|
|
#### Compiled version (recommended - much faster compile times)
|
|
|
|
```console
|
|
|
|
```console
|
|
|
|
git clone https://github.com/gabime/spdlog.git
|
|
|
|
git clone https://github.com/gabime/spdlog.git
|
|
|
|
cd spdlog
|
|
|
|
cd spdlog ; mkdir build ; cd build
|
|
|
|
mkdir build
|
|
|
|
cmake .. ; cmake --build . --parallel
|
|
|
|
cd build
|
|
|
|
|
|
|
|
cmake ..
|
|
|
|
|
|
|
|
cmake --build . --parallel
|
|
|
|
|
|
|
|
cmake --install .
|
|
|
|
cmake --install .
|
|
|
|
```
|
|
|
|
```
|
|
|
|
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.
|
|
|
|
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.
|
|
|
|