Skip to content

Instantly share code, notes, and snippets.

@yhchan
Created November 19, 2011 05:32
Show Gist options
  • Save yhchan/1378486 to your computer and use it in GitHub Desktop.
Save yhchan/1378486 to your computer and use it in GitHub Desktop.
openssl-dev for i586-mingw32
$ tar zxvf openssl-1.0.0e.tar.gz
$ cd openssl-1.0.0e/
$ ./Configure --prefix=/usr/i586-mingw32msvc mingw
$ sed -i "s/crypto ssl engines apps test tools/crypto ssl engines/" Makefile
$ make CC=i586-mingw32msvc-gcc RANLIB=i586-mingw32msvc-ranlib
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment