Update README.md
Added build and execution instructions
This commit is contained in:
@ -3,3 +3,11 @@
|
||||
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.
|
||||
|
||||
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```
|
||||
Reference in New Issue
Block a user