Archive for may 2012
OpenBSD 5.1 Packages for Node.JS Stable
2012-05-05 by , tagged as
I have started building stable node.js packages for OpenBSD 5.1. I will upload them here as I build them.
Currently 0.8.2 is available for amd64 and i386.
Let me know if there are any issues!
Installation via packages
pkg_add -v http://deftly.net/files/OpenBSD/5.1/{amd64,i386}/node-0.8.2.tgz
These packages are using the files from ports/lang/node on -current
Installation via ports
If you would prefer to install via ports, I have supplied a tar.bz2 with the lang/node files in it here
Apply and install with:
cd /usr/ports/ tar -jxvf/node.tar.bz2 cd lang/node make install clean
