Updated README.
This commit is contained in:
parent
7a89b05f8e
commit
57f33495d9
15
README.md
15
README.md
@ -4,12 +4,25 @@
|
|||||||
|
|
||||||
For building you need:
|
For building you need:
|
||||||
- A recent (0.11.0-dev) Zig compiler.
|
- A recent (0.11.0-dev) Zig compiler.
|
||||||
- Allegro 5.28 development libraries.
|
- 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.
|
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.
|
||||||
|
|
||||||
|
Build:
|
||||||
|
`zig build`
|
||||||
|
|
||||||
|
And run (after building):
|
||||||
|
`./zig-out/bin/tins2023`
|
||||||
|
|
||||||
|
Build & run automatically:
|
||||||
|
`zig build run`
|
||||||
|
|
||||||
# Licenses
|
# Licenses
|
||||||
|
|
||||||
## Cabin font
|
## Cabin font
|
||||||
|
|
||||||
[Open Font License version 1.1](src/assets/fonts/Cabin-OFL.txt)
|
[Open Font License version 1.1](src/assets/fonts/Cabin-OFL.txt)
|
||||||
|
|
||||||
|
## Pixellari font
|
||||||
|
|
||||||
|
[Open Font License version 1.1](src/assets/fonts/Pixellari-OFL.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user