Some programs like php have an option ( php -i ) which dumps the internal
configuration and especially the whole ./configure command line with which it
was built.
Personally, I find this command extremely useful, because with a "php -i | grep
configure" command I can dump the exact parameters and re-built a new version
(of php) after pulling it from the repository.
Just to give you an indication why I am interested in this option: I always
have to build Tesseract with "./configure --prefix=/usr/local
--with-extra-libraries="/usr/local/lib" configuration, and have to look up this
string in my "how to build Tesseract" scratchpad memo.
Hereby I suggest to think about my proposal to integrate a similar option into
Tesseract. It's not a defect, it's a minor (marginal) suggestion to improve
Tesseract's and to make developers' life easier.
Original issue reported on code.google.com by syr...@gmail.com on 20 Sep 2014 at 5:13
Original issue reported on code.google.com by
syr...@gmail.com
on 20 Sep 2014 at 5:13