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
This commit is contained in:
avolkov
2005-04-20 00:15:44 +00:00
parent 9afd2ae6df
commit b9ec610757
+3 -3
View File
@@ -12,7 +12,7 @@ or VC.
These are the files you need to download: 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/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 ftp://opensource.creative.com/pub/sdk/OpenALSDK.exe
http://www.vorbis.com/files/1.0/windows/OggVorbis-win32sdk-1.0.zip 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) 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. respective include and library dirs where you installed them.
i.e. something like: 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 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.3/lib/:/c/VClibs/OpenAL\ 1.0\ SDK/libs/:/c/VClibs/oggvorbis-win32sdk-1.0/lib/:c/VClibs/zlib/lib/ 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 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) in C_INCLUDE_PATH (but not in LIBRARY_PATH)