Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 829 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 829 Bytes

CeCe GUI application

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

Building from source code is done by CMake (see Requirements).

Linux & OSX

$ 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.
  • Qt5

Optional requirements

  • libpng - image capturing.
  • zlib - required by libpng.
  • GLFW3 - Simulation visualization.