Skip to content

Instantly share code, notes, and snippets.

@theSociableme
Created April 21, 2014 03:30
Show Gist options
  • Save theSociableme/11131486 to your computer and use it in GitHub Desktop.
Save theSociableme/11131486 to your computer and use it in GitHub Desktop.
1.2 Install Perl:
http://downloads.activestate.com/ActivePerl/releases/5.18.1.1800/ActivePerl-5.18.1.1800-MSWin32-x64-297570.msi
You can exclude Perl Script, PPM, documentation and examples if you don't need them for other purposes.
1.3 Install Python:
http://www.python.org/ftp/python/3.3.3/python-3.3.3.amd64.msi
1.4 Install a toolchain from MinGW-builds project:
Download and unpack i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z to C:\
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.8.2/threads-posix/dwarf/i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z/download
1.5. Ensure that mingw-builds, Perl and Python bin folders are set in your PATH environment variable. On Windows 7 your path should look something like:
Code:
C:\mingw32\bin;C:\Python33;C:\Perl64\site\bin;C:\Perl64\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
1.6 Additional checks:
C:\MinGW\bin should contain nothing but mingw-get.exe.
Your gcc -v output should be:
Code:
set INCLUDE=C:\deps\openssl-1.0.1g\include
set LIB=C:\deps\openssl-1.0.1g
configure.exe -release -opensource -confirm-license -static -no-sql-sqlite -no-opengl -no-gif -qt-libpng -no-libjpeg -no-freetype -no-vcproj -openssl -no-dbus -no-audio-backend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment