https://github.com/alepacho/osnova
https://github.com/alepacho/osnova
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alepacho/osnova
- Owner: Alepacho
- License: apache-2.0
- Created: 2023-11-28T23:16:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T08:43:18.000Z (over 2 years ago)
- Last Synced: 2025-03-01T04:41:41.866Z (over 1 year ago)
- Language: Objective-C
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Osnova
Osnova is a minimal application abstraction for [Base](https://github.com/Alepacho/base).
## Usage
See how to compile Base, then type:
```bash
$ mkdir build && cd build
$ cmake ..
$ make
```