Skip to content

README details for developing on ArchLinux #466

Description

@WebReflection

In order to build Duktape there are few missing details from the readme.

  1. the only working Python version as of today is 2
  2. this means these are needed sudo pacman -S --needed python2 python2-beautifulsoup4 python2-rdflib python2-yaml
  3. 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
  4. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions