Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README details for developing on ArchLinux #466

Closed
WebReflection opened this issue Nov 27, 2015 · 2 comments
Closed

README details for developing on ArchLinux #466

WebReflection opened this issue Nov 27, 2015 · 2 comments

Comments

@WebReflection
Copy link

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

@svaarala svaarala changed the title extra details for ArchLinux README details for developing on ArchLinux Nov 28, 2015
@svaarala
Copy link
Owner

It might be best to add these per platform instructions to the Wiki instead (and point to the Wiki from the README).

I'd actually want to remove some detail from the current README and just point to the Wiki, so that the README would best serve end users. Duktape deverlopment details tend to confuse users because they may think they need to be able to make dist to use Duktape.

@svaarala
Copy link
Owner

svaarala commented Mar 7, 2016

These are now part of http://wiki.duktape.org/DevelopmentSetup.html.

@svaarala svaarala closed this as completed Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants