Fix YAML-cpp minimum version required.

This commit is contained in:
Stefano Sanfilippo 2015-03-11 00:50:08 +01:00
parent a0a94d13eb
commit 16d0e877bf

View File

@ -12,7 +12,7 @@ Compilation
===========
You will need `bison` version >= 3.0 (Bison 2.5 works but requires manual intervention),
`flex` >= 2.5, `LLVM` >= 3.5, `Boost` >= 1.48, `YAML-cpp` >= 0.3 and any C++11 compiler.
`flex` >= 2.5, `LLVM` >= 3.5, `Boost` >= 1.48, `YAML-cpp` >= 0.5 and any C++11 compiler.
The build scripts are generated using CMake, version >= 2.8.
A typical Makefile-based build workflow would be: