From 59cc1d0e25268d820b8b6e3ae0f51c1efa91e9ac Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 11 Jul 2016 19:31:18 +0300 Subject: [PATCH] Update README.md add AppVeyor build status(windows build) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4d0b1c7..a876fbf1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # spdlog -Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.org/gabime/spdlog.svg?branch=master)](https://travis-ci.org/gabime/spdlog) +Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.org/gabime/spdlog.svg?branch=master)](https://travis-ci.org/gabime/spdlog)  [![Build status](https://ci.appveyor.com/api/projects/status/d2jnxclg20vd0o50?svg=true)](https://ci.appveyor.com/project/gabime/spdlog) + ## Install 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+) - * Windows (visual studio 2013+, cygwin/mingw with g++ 4.9.1+) - * Mac OSX (clang 3.5+) + * Linux (gcc 4.8.1+, clang 3.5+)t ##Features * Very fast - performance is the primary goal (see [benchmarks](#benchmarks) below).