From ca8a86d217c5b4ba5b618412940488046884ccbd Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Tue, 10 Mar 2015 20:59:11 +0100 Subject: [PATCH] Updating list of dependencies in readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f38506..8f164a5 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Italian, I'm afraid you won't understand. I'm really sorry for you :) Compilation =========== -You will need `bison` version >= 3.0 (Bison 2.5 requires manual intervention), -`flex` >= 2.5, `LLVM` >= 3.5, `Boost` >= 1.48 and any C++11 compiler. -The build scripts are generated using CMake. +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. +The build scripts are generated using CMake, version >= 2.8. A typical Makefile-based build workflow would be: