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

https://github.com/voldien/nekomimi


https://github.com/voldien/nekomimi

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# nekomimi

[![Linux Build](https://github.com/voldien/nekomimi/actions/workflows/linux-build.yml/badge.svg)](https://github.com/voldien/nekomimi/actions/workflows/linux-build.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/voldien/nekomimi.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/voldien/nekomimi/context:cpp)
[![GitHub release](https://img.shields.io/github/release/voldien/nekomimi.svg)](https://github.com/voldien/nekomimi/releases)

## Features

## Motivation

## Installation

First, download the repository, with the following command. It will download the repository along with all the dependent git submodules it uses.

```bash
git clone --recurse-submodules https://github.com/voldien/nekomimi.git
```

The software can be easily installed by invoking the following command.

```bash
mkdir build && cd build
cmake ..
cmake --build .
```

## License

This project is licensed under the GPL+3 License - see the [LICENSE](LICENSE) file for details