An open API service indexing awesome lists of open source software.

https://github.com/tkoolen/crtpdemo


https://github.com/tkoolen/crtpdemo

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Configure:
```
mkdir build
mkdir install
cd build && cmake -DCMAKE_INSTALL_PREFIX=../install .. && cd ..
```

Build:
```
cmake --build build
```

[![Build Status](https://travis-ci.org/tkoolen/crtpDemo.svg?branch=master)](https://travis-ci.org/tkoolen/crtpDemo)