mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-05 08:40:54 +02:00
20 lines
517 B
Plaintext
20 lines
517 B
Plaintext
This directory contains the documentation for Smarty. All files are in docbook
|
|
format with an .xml extention. Different subdirs contain different available languages.
|
|
|
|
|
|
NEW BUILD SYSTEM
|
|
================
|
|
Firstly issue these commands:
|
|
1) autoconf
|
|
2) ./configure --with-lang=xx [DEFAULT=en]
|
|
|
|
TEST:
|
|
* make test
|
|
|
|
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.
|