From 6c5fdd5223963631ea97d8a20388fc3147a8bdeb Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 2 Sep 2012 13:32:57 +0200 Subject: [PATCH] doc: document prerequisites in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 309d539b10..988305facd 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