SDL_perl-1.20.2.win32 ===================== These are some (hopefully) useful comments regarding the binary release on win32. For any build related changes, such as details of the missing Opengl functionality from the unix/'official' release, please see the CHANGELOG. Pre-requisites -------------- You need ActiveState Perl from http://www.activestate.com/ (the win32 installer won't tell you if you haven't Perl, please check that you can run 'PPM' before you attemt to install it!) Upfront Install issues ---------------------- On win9x, for 'some' reason, you have to manually have close the ppm dos box once things have 'Finished', this doesn't effect w2k cmd.exe. The installer takes no prisoners in terms of DLL's (I think thats normal isn't it!), it won't care where you want them, it won't warn you if there are any there already, and it certainly won't make a backup of any even if they are. Understood? The SDL DLL's and 3rd party dlls are installed into the Windows System directory, overwriting what (if anything) was there previously, and they are: sdl_gfx.dll zlib.dll libpng1.dll sdl_image.dll jpeg.dll sdl_mixer.dll sdl_net.dll vorbisfile.dll ogg.dll sdl_sound.dll smpeg.dll vorbis.dll in_flac.dll sdl_ttf.dll sdl.dll sdl_console.dll ('unofficial', sorry, can't remeber why, needs fixing) Install ------- Run the .exe. when you see all the options, go forth and explore... Current "Issues" ---------------- 1) Open GL is only at version 1.1 (I cant get the Mesa (OGL1.4) build to run properly, blank screen) 2) console doesn't work again... due to unaligned version changes in SDL_console & SDL_perl (or really: due to cant be arse to fixed it just yet, until someone complains) 3) It seems you need an internet connection for PPM to work :-( [Tels] 4) undiscovered bugs.... all the best Wayne