What is the equivalent of ./configure
in Windows?
Sometimes I download a C/C++ library and when I use the make it, it says "use ./configure
" but obviously ./configure
can only be used on a Linux machine and the libraries don't usually have instructions for compiling on Windows (although they do support Windows, they don't provide instructions).
For example, the library wxSVG says it works on Windows, but when I download it I don't see any instructions for compiling on Windows, and I only Linux files for configuring it.