<?xml version="1.0" encoding="utf-8"?>
<slide>
	<title>Installation and Setup</title>
	<subtitle>Download bundle</subtitle>

	<blurb>Installation:</blurb>
	<example><![CDATA[// download the bundle from http://ezcomponents.org/download
tar -xjf ezcomponents-2008.2.tar.bz2
pwd]]></example>

<break/>

	<blurb>Setup:</blurb>
	<example result='0'><![CDATA[<?php
ini_set( 'include_path', '/home/httpd/ezcomponents-2008.2:.' );
require 'Base/src/base.php';

function __autoload( $className )
{
	ezcBase::autoload( $className );
}
?>]]></example>

<break/>

	<blurb>Quick Setup:</blurb>
	<example result='0'><![CDATA[<?php
ini_set( 'include_path', '/home/httpd/ezcomponents-2008.2:.' );
require 'Base/src/ezc_bookstrap.php';
?>]]></example>
</slide>
