From b66d225c6eb17cf0bd97da2e3d502cd0c0c05cb8 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 6 Sep 2011 23:11:14 +0200 Subject: [PATCH] docs: document that the build system depends on python >= 2.5.2 Fixes #354. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c5a9b2..d9635d4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Evented I/O for V8 javascript. ### To build: -Unix/Macintosh: +Unix/Macintosh (requires python >= 2.5.2): ./configure make -- 2.7.4