Update README.md

This commit is contained in:
Gabi Melman 2016-07-11 22:48:31 +03:00 committed by GitHub
parent a16a2fad4e
commit 2e1b46bf26
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.
Just copy the source [folder](https://github.com/gabime/spdlog/tree/master/include/spdlog) to your build tree and use a C++11 compiler
## Platforms
* Linux (gcc 4.8.1+, clang 3.5+)t
* Linux (gcc 4.8.1+, clang 3.5+)
* Windows (visual studio 2013+, cygwin/mingw with g++ 4.9.1+)
* Mac OSX (clang 3.5+)
##Features
* Very fast - performance is the primary goal (see [benchmarks](#benchmarks) below).