pkubowicz / opendetex

Improved version of Detex - tool for extracting plain text from TeX and LaTeX sources
Other
236 stars 34 forks source link

Make Bug #37

Closed Jadamso closed 7 years ago

Jadamso commented 7 years ago

I have the following issue on installation

[Jadamso@x1yoga2 opendetex]$ make lex detex.l make: lex: Command not found Makefile:115: recipe for target 'detex.c' failed make: *** [detex.c] Error 127

Any help would be appreciated.

pkubowicz commented 7 years ago

Hello, see https://github.com/pkubowicz/opendetex/blob/master/INSTALL

You need a package providing the 'lex' program. Linux distributions have it in 'flex' package.

Jadamso commented 7 years ago

I had flex-devel installed but not flex. Thank you. That was the issue.