-
Notifications
You must be signed in to change notification settings - Fork 0
Installing Dependencies
Kelvin Li edited this page Feb 10, 2014
·
14 revisions
Here are instructions for installing dependencies from source.
Get the source code:
git clone git://github.com/joyent/node
In the source tree, run:
./configure --prefix=/local-install && make && make install
Replace the argument to --prefix=
with your desired installation path.
Add local-install
to the PATH
environment variable:
export PATH="$PATH:/local-install"
/local-install/bin/npm install -g bower
Get source code:
git clone git://github.com/ruby/ruby
In the Ruby source tree, switch to the appropriate release: [TODO]
Build:
autoreconf -f -i -v && \
./configure --prefix=/local-install/ruby-bootstrap && \
make && \
make install;