tips
Quick Setup with MacPorts
Many of us use macports to install common software that isn’t shipped by default on the mac. After installing MacPorts, you may want to run the following to install many useful tools: [shell] sudo -s port install cmake +gui port install doxygen port install ffmpeg port install ImageMagick port install gnuplot Read more…