/usr/share/doc/lttoolbox/README is in lttoolbox 3.3.3~r68466-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33  | README FILE OF LTTOOLBOX
1. Programs
	lt-comp   -> compiler, execute without parameters to show the
                     instructions of use.
	lt-proc   -> processor, works with options -a (lexical analyser, 
                     default option), -g (lexical generator) and -p 
                    (lexical post-generator).  Using -h will show all 
                    flags.
	lt-expand -> generates all the pairs of transductions of a given
	             dictionary.  Execute without parameters to show the
                     instructions of use.
	lt-trim   -> (experimental) trims a compiled analyser to only
	             contain entries which would pass through a compiled
		     bidix, creating a new compiled and trimmed analyser.
2. Install
	a. Requirements:
	        - i686, ppc, SPARC, etc.
		- g++ >= 2.95
		- gnu make
		- libxml2 (last version)
	b. Building & installing
		- ./configure
		- make
		- make install (o make-install script)
 |