Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: document prerequisites in README
  • Loading branch information
bnoordhuis committed Sep 2, 2012
1 parent 6b9425f commit 6c5fdd5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit 6c5fdd5

Please sign in to comment.