mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Update README.md
* VS2013 support
This commit is contained in:
parent
cc91e2a5c4
commit
e08b9220e1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user