mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Update readme
This commit is contained in:
parent
90e92438c8
commit
75b1da2c12
@ -4,7 +4,7 @@ Very fast, header-only/compiled, C++ logging library. [![ci](https://github.com/
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
#### Header-only version
|
#### Header-only version
|
||||||
Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++11 compiler.
|
Copy the include [folder](https://github.com/gabime/spdlog/tree/v1.x/include/spdlog) to your build tree and use a C++17 compiler.
|
||||||
|
|
||||||
#### Compiled version (recommended - much faster compile times)
|
#### Compiled version (recommended - much faster compile times)
|
||||||
```console
|
```console
|
||||||
@ -17,8 +17,8 @@ see example [CMakeLists.txt](https://github.com/gabime/spdlog/blob/v1.x/example/
|
|||||||
|
|
||||||
## Platforms
|
## Platforms
|
||||||
* Linux, FreeBSD, OpenBSD, Solaris, AIX
|
* Linux, FreeBSD, OpenBSD, Solaris, AIX
|
||||||
* Windows (msvc 2013+, cygwin)
|
* Windows (msvc, cygwin)
|
||||||
* macOS (clang 3.5+)
|
* macOS
|
||||||
* Android
|
* Android
|
||||||
|
|
||||||
## Package managers:
|
## Package managers:
|
||||||
|
Loading…
Reference in New Issue
Block a user