In order to build Duktape there are few missing details from the readme.
- the only working Python version as of today is 2
- this means these are needed
sudo pacman -S --needed python2 python2-beautifulsoup4 python2-rdflib python2-yaml
- the builder knows about
nodejs possibly called as node but it hangs in there anyway. To solve this: sudo ln -s /usr/bin/node /usr/bin/nodejs
- these is pretty much anything else needed to build stuff on Arch:
sudo pacman -S --needed base-devel clang llvm git bc
After these packages are installed, simply cloning and running make should just work.
If there are problems with python, be sure the used version is 2 and not 3.
Not sure you have space in your README for this, or you'd like to add a file a part.
Cheers
In order to build Duktape there are few missing details from the readme.
sudo pacman -S --needed python2 python2-beautifulsoup4 python2-rdflib python2-yamlnodejspossibly called asnodebut it hangs in there anyway. To solve this:sudo ln -s /usr/bin/node /usr/bin/nodejssudo pacman -S --needed base-devel clang llvm git bcAfter these packages are installed, simply cloning and running
makeshould just work.If there are problems with python, be sure the used version is 2 and not 3.
Not sure you have space in your README for this, or you'd like to add a file a part.
Cheers