Files
smarty/docs/README

20 lines
517 B
Plaintext
Raw Normal View History

This directory contains the documentation for Smarty. All files are in docbook
2004-03-18 17:12:45 +00:00
format with an .xml extention. Different subdirs contain different available languages.
2004-03-18 17:12:45 +00:00
NEW BUILD SYSTEM
================
Firstly issue these commands:
1) autoconf
2) ./configure --with-lang=xx [DEFAULT=en]
2004-03-18 17:12:45 +00:00
TEST:
* make test
2003-08-18 15:08:34 +00:00
2004-03-18 17:12:45 +00:00
MAKE:
* make (to make plain html)
* make web (to make docs for website)
You should have libxml and autoconf installed in your system.
Read http://php.net/manual/howto/chapter-tools.html for more info.