![]() |
|||||||||||||||||||||
|
» Online documentation
Here is a list of online documentation resources for TM++.
TM++ reference manual
TM++ Wiki
» Documentation for download
Here is a list of downloadable TM++ documentation.
» Other documentation
UNIX(R) manual pages are included with the TM++ source code. To install the manual pages type the following in a terminal shell:
./configure
, or to install both TM++ and the manual pages:
cd documentation/English/man sudo make install
./configure
To open a manual page type the following in a terminal shell:
make check sudo make install
man CTopic
, the resulting man page looks like this:
, example of a function in a man page:
| ||||||||||||||||||||