stereo-calibration icon indicating copy to clipboard operation
stereo-calibration copied to clipboard

do not use popt

Open pavelpetrovic opened this issue 7 years ago • 2 comments

Making your code depend on platform-dependent libraries such as popt, which is a terrible piece of incompatible code makes your code dirty. Please fix.

pavelpetrovic avatar Dec 18 '17 00:12 pavelpetrovic

Thanks for pointing it out - I've been meaning to change this for some time now. Do you have any suggestions for a platform independent command line parser library?

sourishg avatar Dec 18 '17 10:12 sourishg

Use TCLAP! It's pretty straightforward, and header only meaning you can just track it here in your repo :)

svenevs avatar Jan 26 '18 04:01 svenevs