Skip to content

Commit fce269c

Browse files
committed
Update dependency list in README
1 parent 1255f1c commit fce269c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ Then use `duktape-<version>.tar.xz` like a normal source distributable.
6565
Getting started: developing Duktape
6666
-----------------------------------
6767

68-
If you intend to change Duktape internals, run test cases, etc:
68+
If you intend to change Duktape internals, build the source distributable or
69+
the website, run test cases, etc:
6970

70-
# Install required packages
71-
$ sudo apt-get install nodejs npm perl ant openjdk-7-jdk libreadline6-dev libncurses-dev python-rdflib
71+
# Install required packages (exact packages depend on distribution)
72+
$ sudo apt-get install nodejs nodejs-legacy npm perl ant openjdk-7-jdk \
73+
libreadline6-dev libncurses-dev python-rdflib python-bs4 clang llvm
7274

7375
# Compile the command line tool ('duk')
7476
$ git clone https://github.com/svaarala/duktape.git

0 commit comments

Comments
 (0)