Skip to content

GeorgievLab/CeCe-plugins

Repository files navigation

CeCe plugins

Build Status Build status

CeCe is a platform for advanced simulation of cell communication in dynamic environment.

This repository contains only plugins, for whole project see https://github.com/GeorgievLab/CeCe

The repository contains plugins which are distributed as a part of CeCe standard package. It's possible to add a third-party plugin (see used application documentation) or build a custom plugin.

Documentation for plugins can be found within plugin directory.

Building from source

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

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.

Optional Requirements

Third party libraries

Libraries that are part of source code.