-
Notifications
You must be signed in to change notification settings - Fork 0
Building the Zippo Utility
Ki Rill edited this page Dec 24, 2020
·
5 revisions
To build Zippo, the following must be installed on your system:
-
DMDcompiler (orgdc,ldc) -
makebuild automation tool
Then git clone the Zippo repository and cd to zippo/source folder.
Just type:
makeIf you have a different compiler installed on your system, open the Makefile and replace every instance of dmd with your compiler name.
dmd -of=zippo main.d zippo.d ziputil.dReplace dmd in Makefile with your compiler.
It should build Zippo without any errors. If any errors occur, let me know. Either create an issue on GitHub send me an email on rillk500@gmail.com.
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).