Update README.md

* VS2013 support
This commit is contained in:
ipkn 2015-02-22 09:47:55 +09:00
parent cc91e2a5c4
commit e08b9220e1

View File

@ -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) - C++ compiler with good C++11 support (tested with g++>=4.8)
- boost library - boost library
- CMake - CMake for build examples
- Linking with tcmalloc/jemalloc is recommended for speed. - 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) ### Building (Tests, Examples)
Out-of-source build with CMake is recommended. Out-of-source build with CMake is recommended.