Skip to content

Instantly share code, notes, and snippets.

@hsbt
Last active May 2, 2017 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hsbt/d1be5afb37ffb51b9959446601a87bbe to your computer and use it in GitHub Desktop.
Save hsbt/d1be5afb37ffb51b9959446601a87bbe to your computer and use it in GitHub Desktop.

x86

..\ruby\win32\configure.bat --without-ext=+,dbm,gdbm,readline --enable-bundled-libffi --with-zlib-include=C:/opt/zlib-1.2.11 --with-zlib-lib=C:/opt/zlib-1.2.11/x86 --with-openssl-include=C:/opt/libressl-2.5.3-windows/include --with-openssl-lib=C:/opt/libressl-2.5.3-windows/x86

x64

..\ruby\win32\configure.bat --without-ext=+,dbm,gdbm,readline --enable-bundled-libffi --with-zlib-include=C:/opt/zlib-1.2.11 --with-zlib-lib=C:/opt/zlib-1.2.11/x64 --with-openssl-include=C:/opt/libressl-2.5.3-windows/include --with-openssl-lib=C:/opt/libressl-2.5.3-windows/x64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment