From b9ec610757315d209abac6bfb0944e1e176e352f Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 20 Apr 2005 00:15:44 +0000 Subject: [PATCH] Mechanical info update for SDL_image v1.2.4 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1658 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/INSTALL.mingw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/INSTALL.mingw b/sc2/INSTALL.mingw index a888222b0..0ae1319ac 100644 --- a/sc2/INSTALL.mingw +++ b/sc2/INSTALL.mingw @@ -12,7 +12,7 @@ or VC. These are the files you need to download: http://www.libsdl.org/release/SDL-devel-1.2.5a-mingw32.tar.gz -http://www.libsdl.org/projects/SDL_image/release/SDL_image-devel-1.2.3-VC6.zip +http://www.libsdl.org/projects/SDL_image/release/SDL_image-devel-1.2.4-VC6.zip ftp://opensource.creative.com/pub/sdk/OpenALSDK.exe http://www.vorbis.com/files/1.0/windows/OggVorbis-win32sdk-1.0.zip http://gnuwin32.sourceforge.net/packages/zlib.htm (both binaries and devel files) @@ -28,8 +28,8 @@ You can now do either of the following: respective include and library dirs where you installed them. i.e. something like: - export C_INCLUDE_PATH=/mingw/include/SDL:/c/VClibs/SDL_image-1.2.3/include/:/c/VClibs/OpenAL\ 1.0\ SDK/Include/:/c/VClibs/oggvorbis-win32sdk-1.0/include/:c/VClibs/zlib/include/ - export LIBRARY_PATH=/c/VClibs/SDL_image-1.2.3/lib/:/c/VClibs/OpenAL\ 1.0\ SDK/libs/:/c/VClibs/oggvorbis-win32sdk-1.0/lib/:c/VClibs/zlib/lib/ + export C_INCLUDE_PATH=/mingw/include/SDL:/c/VClibs/SDL_image-1.2.4/include/:/c/VClibs/OpenAL\ 1.0\ SDK/Include/:/c/VClibs/oggvorbis-win32sdk-1.0/include/:c/VClibs/zlib/include/ + export LIBRARY_PATH=/c/VClibs/SDL_image-1.2.4/lib/:/c/VClibs/OpenAL\ 1.0\ SDK/libs/:/c/VClibs/oggvorbis-win32sdk-1.0/lib/:c/VClibs/zlib/lib/ NOTE: If you use the 2nd method above, you need to include the path to SDL in C_INCLUDE_PATH (but not in LIBRARY_PATH)