From: Ben Noordhuis Date: Sun, 2 Sep 2012 11:32:57 +0000 (+0200) Subject: doc: document prerequisites in README X-Git-Tag: v0.8.9~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c5fdd5223963631ea97d8a20388fc3147a8bdeb;p=platform%2Fupstream%2Fnodejs.git doc: document prerequisites in README --- diff --git a/README.md b/README.md index 309d539..988305f 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