CppSpec
Behaviour driven development with C++

Downloading

Download the current release of CppSpec:

The latest development version is available from Subversion repository: http://svn.laughingpanda.org/svn/cppspec.

Compiling CppSpec

Requirements to build CppSpec:

CppSpec is compiled in two phases: first platform specific build files are generated using CMake. It is advisable to create a build directory where all build files are put. So, first create a build directory, in CppSpec root directory issue "mkdir build", "cd build" and "cmake ..". This generates platform specific build files. For more information regarding available build file targets, please refer to CMake documentation. After that you can build CppSpec using build toolchain, e.g. make.