Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-09-07 01:11:14 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-09-07 01:11:17 +0400
commitb66d225c6eb17cf0bd97da2e3d502cd0c0c05cb8 (patch)
treeed52e5ed3c7e6a3d56fe56e93e53cef938841aa7 /README.md
parent4cf0ce5bb4c20ed7e145785988d9be56671a0c69 (diff)
docs: document that the build system depends on python >= 2.5.2
Fixes #354.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4c5a9b27815..d9635d44a6d 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