From e08b9220e15ab30f4c1914d2191c693e60aec41d Mon Sep 17 00:00:00 2001 From: ipkn Date: Sun, 22 Feb 2015 09:47:55 +0900 Subject: Update README.md * VS2013 support --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 16abf3e..eeaeab7 100644 --- a/README.md +++ b/README.md @@ -89,10 +89,11 @@ If you just want to use crow, copy amalgamate/crow_all.h and include it. - C++ compiler with good C++11 support (tested with g++>=4.8) - boost library - - CMake - + - CMake for build examples - Linking with tcmalloc/jemalloc is recommended for speed. + - Now supporting VS2013 with limited functionality (only run-time check for url is available.) + ### Building (Tests, Examples) Out-of-source build with CMake is recommended. -- cgit v1.2.3-54-g00ecf