Created
October 15, 2015 02:37
-
-
Save jcpst/00d6685c5a2dd48f55a0 to your computer and use it in GitHub Desktop.
build node.js on arch linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p ~/bin/ | |
| ln -s $(which python2) ~/bin/python | |
| export PATH=~/bin/:$PATH | |
| ./configure | |
| make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment