Rconybea / xo-umbrella

xo repo with all xo libraries (via git subtree)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xo projects

A set of libraries for complex event processing

Features

  • native c++
  • deterministic simulation
  • reflection
  • python bindings

Getting Started

$ git clone https://github.com/rconybea/xo-umbrella.git xo

build + install

with clone in .xo/:

$ mkdir xo/.build
$ PREFIX=/usr/local # for example
$ cmake -B xo/.build -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=debug
$ cmake --build xo/.build -j
$ cmake --install xo/.build

About

xo repo with all xo libraries (via git subtree)


Languages

Language:C++ 88.5%Language:CMake 9.7%Language:JavaScript 1.6%Language:HTML 0.1%Language:Emacs Lisp 0.0%Language:Shell 0.0%