diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-09-06 23:11:14 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-09-06 23:11:17 +0200 |
commit | b66d225c6eb17cf0bd97da2e3d502cd0c0c05cb8 (patch) | |
tree | ed52e5ed3c7e6a3d56fe56e93e53cef938841aa7 /README.md | |
parent | 4cf0ce5bb4c20ed7e145785988d9be56671a0c69 (diff) | |
download | node-new-b66d225c6eb17cf0bd97da2e3d502cd0c0c05cb8.tar.gz |
docs: document that the build system depends on python >= 2.5.2
Fixes #354.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ Evented I/O for V8 javascript. ### To build: -Unix/Macintosh: +Unix/Macintosh (requires python >= 2.5.2): ./configure make |