tins2023/README.md

29 lines
617 B
Markdown
Raw Normal View History

# TINS 2023
# Building
For building you need:
- A recent (0.11.0-dev) Zig compiler.
2023-06-04 15:10:03 +00:00
- Allegro 5.2.8 development libraries.
You can use `allegro.path` if your Allegro development libraries can't be natively found. In this file you can put the path to a directory contain the Allegro `lib`, `bin` and `include` folders.
2023-06-04 15:10:03 +00:00
Build:
`zig build`
And run (after building):
`./zig-out/bin/tins2023`
Build & run automatically:
`zig build run`
# Licenses
## Cabin font
[Open Font License version 1.1](src/assets/fonts/Cabin-OFL.txt)
2023-06-04 15:10:03 +00:00
## Pixellari font
[Open Font License version 1.1](src/assets/fonts/Pixellari-OFL.txt)