You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guldenbart edited this page Jan 25, 2017
·
1 revision
This guide is based on the guide from gaia-gis and documents the adjustments i made/had to make when i set up my Mingw64 compiler environment.
My "specs":
Windows 7, 64 bit
Service Pack 1
I refer to the blue paragraph titles when describing changes i made.
Setting up the minGW environment
I downloaded minGW64 from here.
I already had MSYS 32bit installed, but I used git bash for executing commands to not get confused with the 32 bit libraries that I already had installed.
Step 1) building libiconv
I executed ./configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32