Skip to content

Official release

Latest
Compare
Choose a tag to compare
@Darelbi Darelbi released this 22 Sep 13:38
· 72 commits to master since this release

the framework has been used at least by me for a while with success.

You can just include all source files files (include/Infectorpp & include/Infectorpp/priv) inside your project. It will compile out-of-the box..


Supported compilers

GCC 4.8 or above
Clang 3.5 or above
VisualStudio 2013 or above


Compiling with Cmake

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE:STRING=release -G CHOOSEN_GENERATOR
make
make test


(I assumed you have "make", on windows it is named "mingw32-make", and you can choose the Visual Studio generator if you want to generate the visual studio project file)

List of generators:
http://www.cmake.org/cmake/help/v3.0/manual/cmake-generators.7.html