From fce269c321c87876baea7d384c5ef2a2c6acde07 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 30 Dec 2014 13:03:30 +0200 Subject: [PATCH] Update dependency list in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 115beea9..debf5d0c 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,12 @@ Then use `duktape-.tar.xz` like a normal source distributable. Getting started: developing Duktape ----------------------------------- -If you intend to change Duktape internals, run test cases, etc: +If you intend to change Duktape internals, build the source distributable or +the website, run test cases, etc: - # Install required packages - $ sudo apt-get install nodejs npm perl ant openjdk-7-jdk libreadline6-dev libncurses-dev python-rdflib + # Install required packages (exact packages depend on distribution) + $ sudo apt-get install nodejs nodejs-legacy npm perl ant openjdk-7-jdk \ + libreadline6-dev libncurses-dev python-rdflib python-bs4 clang llvm # Compile the command line tool ('duk') $ git clone https://github.com/svaarala/duktape.git