##WARNING - 64 bit windows builds of spring are experimental and may not sync with other builds.
The files in this package are needed to compile spring with MinGW.
There are two ways of using/setting-up mingwlibs.
- The simple one (recommended for new users)
Have them in a folder named mingwlibs where you have extracted the spring source tarball or git repository. This way, SCons or CMake will automatically find the libs. Your directory structure should look like this:
AI/ Spring AI source code
game/ Output binaries go here
installer/ Scripts to build installer
rts/ Spring source code
mingwlibs/ This package!
mingwlibs/bin/ Executables
mingwlibs/dll/ Dynamic link libraries
mingwlibs/include/ Header files
mingwlibs/jlib/ Java libraries
mingwlibs/lib/ Native import libraries
- For multiple spring repositories
This is useful if you have multiple spring repositories, and you do not want to maintain mingwlibs separately for each of them, or if you simple want to keep it away from the spring sources.
Just extract the archive anywhere you want it, eg like this:
C:\mingwlibs\bin
C:\mingwlibs\dll
C:\mingwlibs\include
C:\mingwlibs\jlib
C:\mingwlibs\lib
For the spring build-system to find the libs, you have to specify them in the configure step like this:
CMake
cmake -DMINGWLIBS=C:\mingwlibs [other-options...]
Also included is reimp_new.zip
, this contains reimp.exe
which has been
used to create MinGW32 import libraries for DevIL.dll
, ILU.dll
and ILUT.dll
:
reimp DevIL.dll
reimp ILU.dll
reimp ILUT.dll
This creates libdevil.a
, libilu.a
, libilut.a
and a number of .def
files.
You can throw away the .def
files and move the lib*.a
files to lib/
.
Download the latest boost sources archive.
Due to the nature of boost, it is very likely these steps will have to be adapted in-between versions.
Adjust and run boost_crosscompile.sh.
You should now have both the static libs and the headers of the new boost version in your mingwlibs dir, and are only left to do the git magic to commit, and optionally mention the new version in the list below.
-
GNU AWK 3.1.6
http://home.claranet.de/xyzzy/home/ltru/gawk-win.htm
This version does not depend on any dlls, and does not segfault like the official GNU
awk.exe
. -
7-Zip (A) 4.65 2009-02-03
-
Boost (see boost_crosscompile.sh for the used version)
-
Curl 7.24.0 http://curl.haxx.se/
-
Devil 1.7.8
http://prdownloads.sourceforge.net/openil/Devil-1.6.8-rc2-win-.zip?download
-
FreeType 2.3.5
http://gnuwin32.sourceforge.net/downlinks/freetype-bin-zip.php
http://gnuwin32.sourceforge.net/downlinks/freetype-lib-zip.php
(Index: http://gnuwin32.sourceforge.net/packages/freetype.htm)
Note: since v9 downgraded to 2.1.10.2079 again because the particular 2.3.5 that was included showed small misaligned fonts (works fine with 2.3.5 on linux.) Do not know where I originally downloaded 2.1.10.2079
-
GLEW 1.5.8.0
-
SDL 2.0.3
-
Java Development Kit SE 1.6.0 update 10 headers and import library:
-
pandoc 1.8.1.2
-
Zlib 1.2.7
compiled with https://github.com/abma/pr-downloader/blob/73acf328d6f9b68a9b9ffe33eb2db3c1a7ab45df/scripts/crosscompile.sh
-
OpenAL Soft 1.15.1
http://kcat.strangesoft.net/openal.html
irc.freenode.net:6667 #OpenAL
-
Ogg/Vorbis/Vorbisfile
libogg-1.1.4
,libvorbis-1.2.3
compiled with mingw gcc 4.4.1
-
Java Vecmath (from Java 3D 1.5)
-
MS C Run-Time Libraries MSVCR71.dll
http://msdn.microsoft.com/en-us/library/abx4dbyh(VS.71).aspx
on that page, see: What is the difference between msvcrt.dll and msvcr71.dll?