I'm looking for instructions to build Parquet windows static libs that do not require the MSVC runtime DLLs (MD->MT, MDd->MTd).
I have been able to hack a solution for the Arrow lib, but I can't get Parquet to build. Can this be done? Are there instructions? We develop a single binary exe and want to switch from HDF to Parquet for performance and better integration with the Hadoop ecosystem. Trying to avoid messy client dependency management (DLL-Hell).
