Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 253 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 253 Bytes

gRollLang

A gtk application for assisting with RPG dice rolls.

Building and installing

Install dependencies

sudo apt install rustc cargo make libgtk-3-dev

Build binary

make

Install to system

sudo make install

Clean-up

make clean-all