In order to compile and install mockpp on your system, type the following in the base directory of the mockpp distribution:
% ./configure % make % make install
There are some options for configure you might be interested in:
Since mockpp uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the Bug Tracker.
Once you have compiled the sources you should run the built in checks to verify the correct behaviour on your platform:
% make check