Files

4 lines
342 B
Plaintext

cd curl || exit 1 # assuming source code was unzipped in ./curl
CC=x86_64-w64-mingw32-gcc ./configure --with-schannel --with-zlib --with-winidn --enable-threaded-resolver --enable-sspi --disable-ldap --disable-ldaps --disable-rtsp --without-libssh2 --without-librtmp --host=x86_64-w64-mingw32
cp -f lib/curl_config.h ../curl_config.h.mingw64