diff --git a/README.md b/README.md index 309d539b10b..988305facd9 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