doc: document prerequisites in README
authorBen Noordhuis <info@bnoordhuis.nl>
Sun, 2 Sep 2012 11:32:57 +0000 (13:32 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 2 Sep 2012 11:32:57 +0000 (13:32 +0200)
README.md

index 309d539..988305f 100644 (file)
--- 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