Difference between revisions of "Cppunit"

From Klaus' wiki
Jump to: navigation, search
(Created page with 'To install cpp unit download the package from sourceforge.org [http://sourceforge.net/apps/mediawiki/cppunit/index.php?title=Main_Page] in the download section. Ensure that Grap…')
(No difference)

Revision as of 12:40, 5 May 2010

To install cpp unit download the package from sourceforge.org [1] in the download section.

Ensure that Graphviz and phydot is installed (use yum to install them if not).

Unpack the tar-ball.

cd cppunit-1.12.1 (if that is the current version number). sudo ./configure sudo make

  1. if no errors

sudo make install