From 08dd04a0d61f499c5ecf5d38169af183ca3a7404 Mon Sep 17 00:00:00 2001 From: Project OSRM Date: Fri, 4 Nov 2011 10:05:02 -0500 Subject: [PATCH] Changed prerequesite of boost libraries to 1.41 --- README.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.TXT b/README.TXT index a99f3cc33..b207b346b 100644 --- a/README.TXT +++ b/README.TXT @@ -5,7 +5,7 @@ Compiling the source code is easy. If you are running a decent linux installing dependencies and running make should suffice. Make sure the following dependencies are installed: - - Boost 1.37+ + - Boost 1.41+ - sparsehash 1.4+ - g++ 4.2+ (with warnings and unsupported), 4.4+ - libxml2 2.7+