Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 515 Bytes

old.README.markdown

File metadata and controls

12 lines (10 loc) · 515 Bytes

CppUnit project template for Xcode

(1)Download and install the cppunit under Mac OS X.

  1. Get CppUnit source at http://sourceforge.net/projects/cppunit/files/cppunit/1.12.1/
  2. Compile and install CppUnit following three steps under the terminal:
    • $ ./configure
    • $ make
    • $ sudo make install

(2)Checkout the template project and add it to workspace.

   enjoy :-)