Skip to content

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:

  • DMD compiler (or gdc, ldc)
  • make build automation tool

Then git clone the Zippo repository and cd to zippo/source folder.

Building using make

Just type:

make

If you have a different compiler installed on your system, open the Makefile and replace every instance of dmd with your compiler name.

Building using DMD

dmd -of=zippo main.d zippo.d ziputil.d

Replace dmd in Makefile with your compiler.

In case of errors

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.

Clone this wiki locally