summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-09-02 13:32:57 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-09-02 13:32:57 +0200
commit6c5fdd5223963631ea97d8a20388fc3147a8bdeb (patch)
tree37063d669184156802fbc1b0b79dd30add923922 /README.md
parent6b9425fe3783193cf95cb04cbcbcbb97f5a77d31 (diff)
downloadnode-6c5fdd5223963631ea97d8a20388fc3147a8bdeb.tar.gz
doc: document prerequisites in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 309d539b1..988305fac 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,13 @@ Evented I/O for V8 javascript. [![Build Status](https://secure.travis-ci.org/joy
### To build:
-Unix/Macintosh. Requires python 2.6 or 2.7 and GNU make 3.81 or newer:
+Prerequisites (Unix only):
+
+ * Python 2.6 or 2.7
+ * GNU Make 3.81 or newer
+ * libexecinfo (FreeBSD and OpenBSD only)
+
+Unix/Macintosh:
./configure
make