mirror of
https://github.com/gabime/spdlog.git
synced 2025-03-15 05:03:27 +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
|
```console
|
||||||
$ git clone https://github.com/gabime/spdlog.git
|
$ git clone https://github.com/gabime/spdlog.git
|
||||||
$ cd spdlog && mkdir build && cd build
|
$ 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.
|
see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/CMakeLists.txt) on how to use.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user