From a8657fa9f48ef9ff33b953c437c0c96d24530666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 15 Jan 2016 15:51:57 +0100 Subject: [PATCH] Adjusted README file. --- graph-lib/README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/graph-lib/README b/graph-lib/README index 945b6d02..5eb28b34 100644 --- a/graph-lib/README +++ b/graph-lib/README @@ -3,11 +3,9 @@ How to build this project To install the build dependencies of this project on a clean Ubuntu 14.04 machine, you need to install a recent version of racket. First, you need to -install a recent version of racket (as of the time of writing, version -20151017-6b93b18 has a bug that prevents normal execution of the graph library, -but the slightly older version 6.2.900.11 works fine). Then run the following -commands after doing a cd into the directory containing this README file: +install a recent version of racket. Then run the following commands: + cd graph-lib/ sudo apt-get install git git submodule init git submodule update