how do I get or compile flex tool? [closed]
I have a problem: I want to use flex tool
but when I download it from its site, I get only source files not executable file.
I'd want to use it . Anyone can explain me how ?
Thanks
It seems that you downloaded the source archive. But when you need a binary package, like the version from gnuwin32 (warning: this version is very outdated), which contains bison in an executable form.
Then you need to put bison into the search path of your make executable, afterwards make should be able to execute bison.
精彩评论