Update README.md

Added build and execution instructions
This commit is contained in:
Rob
2025-07-07 08:48:21 +01:00
parent d1704d51ed
commit a857bc3867

View File

@ -2,4 +2,12 @@
1INT: Is a TTRPG tool designed to provide the automatic calculation of rolls based on character stats and a user-supplied dice roll. This is designed to provided a simillar functionality that tolls like Roll20 provide, but with a user-supplied dice roll so we can all use our not-at-all-weird collections of statistical pet-rocks.
This version of 1INT is for Dark Souls: Phases of Fire.
This version of 1INT is for Dark Souls: Phases of Fire.
To build:
Checkout the source code and in the same directory run the following build command:
```gcc $(pkg-config --cflags gtk4) -o ds_pof ds_pof.c $(pkg-config --libs gtk4)```
**Note**: GTK4 and its pre-requisits are required.
To Run:
```./ds_pof```