libreactor icon indicating copy to clipboard operation
libreactor copied to clipboard

Extendable event driven high performance C-abstractions

trafficstars

================= libreactor v3.0.0

.. image:: https://github.com/fredrikwidlund/libreactor/actions/workflows/build.yml/badge.svg :target: https://github.com/fredrikwidlund/libreactor/actions/workflows/build.yml .. image:: https://coveralls.io/repos/github/fredrikwidlund/libreactor/badge.svg?branch=master# :target: https://coveralls.io/github/fredrikwidlund/libreactor?branch=master .. image:: https://img.shields.io/lgtm/grade/cpp/g/fredrikwidlund/libreactor.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/fredrikwidlund/libreactor/context:cpp


Build

.. code-block:: shell

git clone https://github.com/fredrikwidlund/libreactor.git
cd libreactor/
./autogen.sh
./configure
make