mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-26 15:39:03 +08:00
Update README.md
This commit is contained in:
parent
1a8f7ccf51
commit
fb6fa12762
14
README.md
14
README.md
@ -5,17 +5,11 @@ Very fast, header only, C++ logging library.
|
|||||||
## Install
|
## Install
|
||||||
Just copy the files to your build tree and use a C++11 compiler
|
Just copy the files to your build tree and use a C++11 compiler
|
||||||
|
|
||||||
## Supported Platforms
|
## Platforms
|
||||||
* Linux (32/64 bits)
|
* Linux (gcc 4.8.1+, clang 3.5+)
|
||||||
* Windows (32/64 bits)
|
* Windows (visual studio 2013+, mingw with g++ 4.9.1+)
|
||||||
* MAC OSX
|
* MAC OSX (clang 3.5+)
|
||||||
|
|
||||||
## Supported Compilers:
|
|
||||||
* gcc 4.8.1 and above
|
|
||||||
* clang 3.5 and above
|
|
||||||
* visual studio 2013 and above
|
|
||||||
* mingw with g++ 4.9.x and above
|
|
||||||
|
|
||||||
##Features
|
##Features
|
||||||
* Very fast - performance is the primary goal (see [benchmarks](#benchmarks) below).
|
* Very fast - performance is the primary goal (see [benchmarks](#benchmarks) below).
|
||||||
* Headers only.
|
* Headers only.
|
||||||
|
Loading…
Reference in New Issue
Block a user