2 articles tagged MacPorts
-
Installing Ruby on Mountain Lion/MacPorts
If you use MacPorts, the following should get Ruby installed and working on your machine.
Install RVM
Taken from the RVM website:
curl -L https://get.rvm.io | bash ...
-
Installing MongoDB with MacPorts on MountainLion
Technically this should be as simple as:
sudo port install mongodb
Unfortunately, the mongodb port depends (for now) on devel/boost <= 1.49. The boost port was recently upgraded to …