https://github.com/prefixaut/librconv
Library to parse and convert rhythm game files
https://github.com/prefixaut/librconv
Last synced: 10 months ago
JSON representation
Library to parse and convert rhythm game files
- Host: GitHub
- URL: https://github.com/prefixaut/librconv
- Owner: prefixaut
- License: mit
- Created: 2022-05-01T21:03:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T20:54:12.000Z (almost 3 years ago)
- Last Synced: 2025-05-14T02:13:39.230Z (about 1 year ago)
- Language: C
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# librconv
a library to parse and convert various rhythm game formats
## Building
Before attempting to build, be sure you have all ([test-](#test-dependencies))[dependencies](#dependenceies) set up.
Building is done via `cmake`:
```sh
mkdir build
cd build
cmake ..
```
### Dependenceies
Required libraries are added as git-submodules:
```sh
git submodules update --recursive --remote
```
### Test Dependencies
Tests are run via [libcheck](https://github.com/libcheck/check).
Please see it's installation guide for further information.