Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbertodias/allegro-musl
Allegro 4/5 compiled through cmake statically using musl
https://github.com/humbertodias/allegro-musl
allegro4 allegro5 cmake shell
Last synced: about 1 month ago
JSON representation
Allegro 4/5 compiled through cmake statically using musl
- Host: GitHub
- URL: https://github.com/humbertodias/allegro-musl
- Owner: humbertodias
- Created: 2023-09-22T00:32:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T02:57:09.000Z (about 1 year ago)
- Last Synced: 2023-10-12T12:39:39.775Z (about 1 year ago)
- Topics: allegro4, allegro5, cmake, shell
- Language: CMake
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# allegro-hello-world
Basic hello world program using allegro 4/5
### A4
```shell
make a4-shell
```### A5
```shell
make a5-shell
```## Manual
* [Allegro 4](https://www.allegro.cc/manual/4)
* [Allegro 5](https://www.allegro.cc/manual/5/system.html)