-
Notifications
You must be signed in to change notification settings - Fork 0
Building the Zippo Utility
Ki Rill edited this page Apr 14, 2021
·
5 revisions
To build Zippo, the following must be installed on your system:
-
DMDcompiler (orgdc,ldc) -
makebuild automation tool (optional)
Then
git clone https://github.com/rillki/zippo
cd zippo
Just type:
makeIf you are using a different compiler, replace dmd in Makefile with your compiler.
dmd -of=zippo source/*
Replace dmd with the D compiler you have installed on your system. It will produce an executable called zippo, add it to your PATH on your system.
If you have any questions or suggestions, or if you encounter any errors, create a GitHub issue or write me an email (rill.ki@yahoo.com).