update with directory structure

This commit is contained in:
mohrt
2005-02-10 20:14:55 +00:00
parent ce4bb707a5
commit 740fdcfd03

View File

@@ -10,7 +10,18 @@ Copy the Smarty library files to your system. In our example, we place them in
/usr/local/lib/php/Smarty/
$> gtar -ztvf Smarty-2.6.7.tar.gz
$> cp -r Smarty-2.6.7/libs /usr/local/lib/php/Smarty
$> mkdir /usr/local/lib/php/Smarty
$> cp -r Smarty-2.6.7/libs/* /usr/local/lib/php/Smarty
You should now have the following file structure:
/usr/local/lib/php/Smarty/
Config_File.class.php
debug.tpl
internals/
plugins/
Smarty.class.php
Smarty_Compiler.class.php
SETUP SMARTY DIRECTORIES