https://github.com/voldien/nekomimi
https://github.com/voldien/nekomimi
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voldien/nekomimi
- Owner: voldien
- License: gpl-3.0
- Created: 2021-09-29T11:26:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T05:47:12.000Z (about 1 year ago)
- Last Synced: 2024-08-11T06:39:56.444Z (about 1 year ago)
- Language: C++
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nekomimi
[](https://github.com/voldien/nekomimi/actions/workflows/linux-build.yml)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://lgtm.com/projects/g/voldien/nekomimi/context:cpp)
[](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