CeCe is a platform for advanced simulation of cell communication in dynamic environment.
This repository contains only CLI application, for whole project see https://github.com/GeorgievLab/CeCe
Prebuild packages of the lastest version on CI services (Travis-CI, Appveyor).
Building from source code is done by CMake (see Requirements).
$ mkdir build && cd build
$ cmake ..
$ cmake --build .md build
cd build
cmake -G "Visual Studio 14 2015" ..
cmake --build .- C++11 compiler - GCC, Clang, MSVC.
- CMake v3.1 or newer.
