Return to Snippet

Revision: 15415
at July 5, 2009 18:23 by kmartiin


Initial Code
git clone git://github.com/AndyA/htop-osx.git
cd htop
git checkout -b osx origin/osx
./autogen.sh
./configure
make 
sudo make install

Initial URL
http://github.com/AndyA/htop-osx/tree/master

Initial Description
* checkout : June 08, 2009
* commit : [34864f01741b1b2bb74072ba404e8b4436c18fe6](http://github.com/AndyA/htop-osx/commit/34864f01741b1b2bb74072ba404e8b4436c18fe6)

Initial Title
Install htop on OSX Leopard

Initial Tags
osx, terminal

Initial Language
Bash