Files

4 lines
294 B
Plaintext

cd curl || exit 1 # assuming source code was unzipped in ./curl
./configure --host=i686-pc-linux-gnu CFLAGS=-m32 --with-ssl --with-zlib --enable-threaded-resolver --disable-ldap --disable-ldaps --disable-rtsp --without-libssh2 --without-librtmp
cp -f lib/curl_config.h ../curl_config.h.linux32