aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoripkn <ipknhama@gmail.com>2015-02-22 09:47:55 +0900
committeripkn <ipknhama@gmail.com>2015-02-22 09:47:55 +0900
commite08b9220e15ab30f4c1914d2191c693e60aec41d (patch)
tree11471b8325abde9880b46d8e4eb3dfc450150461 /README.md
parentcc91e2a5c4c6d3c89a0f28900ee70d5dd193a586 (diff)
downloadcrow-e08b9220e15ab30f4c1914d2191c693e60aec41d.tar.gz
crow-e08b9220e15ab30f4c1914d2191c693e60aec41d.zip
Update README.md
* VS2013 support
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
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.