<?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://ez.no/download/ez_components
tar -xjf ezcomponents-1.1.tar.bz2
pwd]]></example>

<break lines="3"/>

	<blurb>Setup:</blurb>
	<example result='1'><![CDATA[<?php
ini_set( 'include_path', '/home/dotxp/dev/ez/ezcomponents/trunk:.' );
require 'Base/src/base.php';

function __autoload( $className )
{
	ezcBase::autoload( $className );
}

ezcBase::checkDependency( 'Test', ezcBase::DEP_PHP_VERSION, '5.3.0' );
?>]]></example>
</slide>
