Installing argtable2 on DOS/Windows systems with date and regex support ----------------------------------------------------------------------- These instructions are provided by Paolo Bormida 1) Install MINGW and MSYS (these instructions are based on those tools). 2) Install a regular expression library such as the TRE library from http://www.laurikari.net/tre. 3) Install GnuWin32 LibGW32C (GlibC Windows port) from http://gnuwin32.sourceforge.net/packages/libgw32c.htm 4a) Unpack LibGW32C and TRE in a folder of your choice. 4b) Unpack argtable2 in a folder of your choice and (optional) create a "build" folder under it. 5) Run MSYS shell 6) Move into argtable root folder (if you created a "build" folder move into it) with CD 7) Run argtable2 "configure" script with the following command line configure --prefix= CPPFLAGS="-I/include/tre -idirafter /include/glibc" LDFLAGS="-L/lib -L