]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/tools/lacheck.rea
2.4 -> 2.5; build in another directory than source one; mention --disable-shared
[wxWidgets.git] / utils / tex2rtf / tools / lacheck.rea
1 To compile, do as folows:
2
3 flex -8 lacheck.lex
4 cc lex.yy.c -ll -O -o lacheck
5
6 This should make a executable file called lacheck.
7 Further documentation is in the manualpage.
8
9 /Kresten