CeCe is a platform for advanced simulation of cells and cell signalling in 2D.
This repository contains only GUI application, for whole project see https://github.com/GeorgievLab/CeCe
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.
- Qt5