This page consists of hints and tips about developing ZipTie on Mac OS X. The first thing you'll want to do is get your environment setup. ZipTie requires a number of Perl modules that are not included in the standard OS X distribution of Perl. In turn, some of these modules require the OS X gcc compiler to be installed before they will install successfully. And finally, one of the Perl modules requires a library (libexpat) that is not included in the distribution of OS X.
You may not know it but you already have a gcc compiler, it's just not installed. Located on your Mac OS X Install Disk 1 is the Apple XCode development environment. If you install this, you'll have everything you need to install the Perl modules.
Execute the perlcheck.pl program that resides in your ZipTie development environment in the Build directory.
perl perlcheck.pl
This should list the Perl modules that are required by ZipTie but are missing. Follow the instructions emitted by the perlcheck.pl script to install the modules. Run perlcheck.pl again to make sure that it reports that everything is OK.