File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,10 +65,12 @@ Then use `duktape-<version>.tar.xz` like a normal source distributable.
6565Getting 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
You can’t perform that action at this time.
0 commit comments