Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 492 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 492 Bytes

Donut

Setup

In order to compile the program, you need to have a gazprea compiler and runtime installed. Set the following environment variables to the correct paths.

export GAZC=<path to gazprea compiler>
export GAZLIB=<path to gazprea runtime>

How to run

Simply use the runner script to create an executable file.

chmod +x run.sh
./run.sh

Sources