LibTPT 1.30 review
DownloadLibTPT library parser transforms TPT templates into text. TPT is a template scripting language implemented in C++. The parser,
|
|
LibTPT library parser transforms TPT templates into text.
TPT is a template scripting language implemented in C++.
The parser, which integrates with your C++ code through a simple class API, is small and fast, focusing on functionality instead of rich feature sets.
Uses include on-the-fly HTML and source code generation.
Installation:
If you have multiple C++ compilers, it is a good idea to specify which C++ compiler should be used for building LibTPT.
The configure.pl script reads the CXX environment variable or you can use the "--cxx" option to specify where the C++ compiler is.
E.g.
# ./configure.pl --cxx=/usr/local/bin/g++32
or
> CXX=/usr/local/bin/g++32 ./configure
Run configure.pl to for a default configuration (use --help for more options).
For a default build:
# ./configure.pl
# make
# cd test
# ./test.sh
# cd ..
# make install
LibTPT 1.30 keywords