FCKpackager - JavaScript Packager and Compressor - http://www.fckeditor.net
Copyright (C) 2004-2007 Frederico Caldeira Knabben
-------------------------------------------------------------------------------

How to run the samples
======================

Just open the command line in the desired sample directory and type one of the
following commands:

	- Windows only:
		..\..\fckpackager

	- Any OS with PHP:
		php ../../fckpackager.php

	  Note: The PHP installation directory must be in the PATH environment
	  variable, otherwise you will have to provide the full path to PHP.exe in
	  the above call.

	- On Unix-like OSs with PHP:
		../../fckpackager.php

	  The file fckpackager.php must have execute permission. It is set to work
	  with PHP installed at /usr/bin/php.
