Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gnimuc/carotid


https://github.com/gnimuc/carotid

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Carotid

[![CI](https://github.com/Gnimuc/Carotid/actions/workflows/CI.yml/badge.svg)](https://github.com/Gnimuc/Carotid/actions/workflows/CI.yml)
[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://gnimuc.github.io/Carotid)

## Build

```
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/your_install_prefix_dir
cmake --build build --config Release
ctest --Release
```