<dl>
	<dt>Note</dt>
		<dd>If you don't understand, then you probably shouldn't be here!</dd>
</dl>
<h2>Source Code</h2>
<dl>
<dt>Some packages may require one or more of the following</dt>
<dd>Unix (Including Mac OS X)
	<ul>
	<li>An ANSI C Compiler
	<ul>
		<li>GCC 2.7 or newer (2.95 or newer prefered)</li>
		<li>Most recent (mid-late 1990s and newer) Unix C compilers should work</li>
	</ul>
	<li>GNU Make or compatible</li>
	<li>GNU Bison and Flex</li>
	<li><a href="http://www.php.net/">PHP: Hypertext Preprocessor</a>
	<li><a href="http://www.apache.org/">Apache HTTPD</a></li>
	<li>See README or INSTALL of the individual package for more</li>
	</ul>
</dd>

<dd>Windows
	<ul>
	<li>An ANSI C Compiler
	<ul>
		<li>Microsoft Visual C/C++ 5.0 or newer prefered</li>
		<li>Minimalist GNU Win32 with GCC 2.8 or newer</li>
		<li><strong>Not Cygnus GNU Win32 (CYGWin32)</strong>, Unix emulation will severly hinder performance</li>
		<li>One of the many other ANSI compilers may work. (LCC, Turbo C, etc)
	</ul>
	<li>GNU Bison and Flex</li>
	<li><a href="http://www.php.net/">PHP: Hypertext Preprocessor</a>
	<li><a href="http://www.apache.org/">Apache HTTPD</a></li>
	<li>See README.txt or INSTALL.txt of the individual package for more</li>
	</ul>
</dd>

<dd>Macintosh (OS 9.x or older; OS X see Unix)
	<ul>
	<li>A lot of luck
	<li>Tenon <a href="http://www.tenon.com/products/machten/">MachTen</a> (Mach +BSD Unix)
	<li>GCC 2.7 or newer (2.95 prefered)
	<li>GNU Make or compatible</li>
	<li>GNU Bison and Flex</li>
	<li>Tenon <a href="http://www.tenon.com/products/webten/">WebTen</a> (Apache + PHP) 
	<li>See README.txt or INSTALL.txt of the individual package for more</li>
	</ul>
</dd>
</dl>

<h2>Binaries</h2>

<p>
	Make sure you get the correct file.  Even then it may not work on your system.  
	You'll probably be better off building from the source code unless you have 
	no other choice.  If it doesn't work, then don't complain and just try another.
</p>
<h2>Uncompressing the Archives</h2>
<dl>
<dt>To uncompress the archives
<dd>Unix
	<dl>
	<dt>.tar.gz</dt>
	<dd>tar -xvzf filename.tar.gz (<a href="http://www.gzip.org/">tar and gzip</a>)</dd>
	<dt>.zip</dt>
	<dd>unzip archive.zip (<a href="http://www.cdrom.com/pub/infozip/">InfoZip</a>)</dd>
	</dl>
<dd>Windows
	<dl>
	<dt>.tar.gz</dt>
	<dd>start filename.tar.gz (<a href="http://www.winzip.com/">Winzip</a>)</dd>
	<dd>tar -xvzf filename.tar.gz (<a href="http://www.gzip.org/">GNU tar and gzip</a>)</dd>
	<dt>.zip</dt>
	<dd>start filename.zip (<a href="http://www.winzip.com/">Winzip</a>)</dd>
	<dd>unzip filename.zip (<a href="http://www.cdrom.com/pub/infozip/">InfoZip</a>)</dd>
	<dd>pkunzip filename.zip (<a href="http://www.pkware.com/">PK UNZIP</a>)</dd>
	</dl>
</dl>

<h2>Contributing Patches or Code</h2>

<p>
	If you have a patch or something you wish to contribute then please feel 
	free to do so.  You may contact David Norris 
	&lt;<a href="mailto:dave@webaugur.com">dave@webaugur.com</a>&gt;.
</p>
