Changeset 947 for trunk/contrib/NOTES
- Timestamp:
- Sep 11, 2011, 12:37:15 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/NOTES
r944 r947 3 3 ##################### 4 4 5 5 6 Glew 6 7 ---- 7 8 8 Download page: http://sourceforge.net/projects/glew/files/glew /1.7.0/glew-1.7.0.tgz/download9 Download page: http://sourceforge.net/projects/glew/files/glew 9 10 10 11 - fix config/Makefile.linux-mingw32 and config/Makefile.linux-mingw64 to … … 21 22 - copy lib/*.a in the contrib directory as *.lib 22 23 24 25 SDL 26 --- 27 28 Download page: http://www.libsdl.org/release/ 29 30 Win32: 31 - just take the pre-compiled binaries from upstream 32 33 Win64: 34 - ./configure --host=x86_64-w64-mingw32 35 - deactivate NONAMELESSUNION in src/video/windx5/directx.h 36 - make -j6 37 - copy build/libSDLmain.a as SDLmain.lib 38 - copy build/.libs/libSDL.a as SDL.lib 39 - copy build/.libs/SDL.dll as SDL.dll 40 41 42 SDL_Image 43 --------- 44 45 Download page: http://www.libsdl.org/projects/SDL_image/release/ 46 47 Hard to do, requires libjpeg, libtiff, libpng, zlib... 48 49 50 SDL_Mixer 51 --------- 52 53 Download page: http://www.libsdl.org/projects/SDL_mixer/release/ 54 55 Hard to do, requires libogg, libvorbis, mikmod, libsmpeg... 56
Note: See TracChangeset
for help on using the changeset viewer.