--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Go for the installer, but change your node dir to ~/local. That is what I do, it works very well. TJ's amazing n also picks up on it.
./configure --prefix=/usr/localmakemake install
Yes, there's no need to install it as su, I always do a `./configure --prefix=~/I_put_binarios_here_you_can_put_any_other_folder_you_want`, then `make install`, and don't forget to add that path to your PATH environment variable by editing the ~/.profile file: `pico ~/.profile`
--
Jorge.
I've been doing what Ryan Dahl recommended [1]. It's been working just fine.
[1] http://blog.nodejs.org/2011/04/04/development-environment/