CeCe is a platform for advanced simulation of cell communication in dynamic environment.
This repository contains only core library, for whole project see https://github.com/GeorgievLab/CeCe
Building from source
Building from source code is done by CMake (see Requirements). Required submodules (Box2D, googletest) are cloned by CMake in case they are needed.
Linux & macOS
$ mkdir build && cd build $ cmake .. $ cmake --build .
Windows
md build cd build cmake -G "Visual Studio 14 2015" .. cmake --build .
Requirements
- C++11 compiler - GCC, Clang, MSVC.
- CMake v3.1 or newer.