mirror of
https://github.com/gabime/spdlog.git
synced 2025-02-17 16:19:38 +08:00
Improve Cross-Platform Build Instructions in Documentation (#3229)
* Update build * Simplified build command length for cross-platform compatibility. * Modified to replace `make -j` only with `cmake --build.`
This commit is contained in:
parent
e593f6695c
commit
ee16895787
@ -10,7 +10,7 @@ Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spd
|
||||
```console
|
||||
$ git clone https://github.com/gabime/spdlog.git
|
||||
$ cd spdlog && mkdir build && cd build
|
||||
$ cmake .. && make -j
|
||||
$ cmake .. && cmake --build .
|
||||
```
|
||||
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user