Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gluonhq/vmone
https://github.com/gluonhq/vmone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gluonhq/vmone
- Owner: gluonhq
- License: gpl-3.0
- Created: 2024-08-29T17:29:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T14:39:28.000Z (4 months ago)
- Last Synced: 2024-09-11T22:35:32.127Z (4 months ago)
- Language: C
- Size: 50.8 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Build on linux:
```
make clean all
```Build on Android:
```
make TARGET=android clean all
```Build on iOS:
```
make TARGET=ios clean all
```