Changes between Version 33 and Version 34 of Getting-Started/Windows


Ignore:
Timestamp:
Jun 5, 2012 3:40:39 PM (12 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v33 v34  
    4444   a. If you don't need Windows 7 features, the recommended SDK is [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ff6467e6-5bba-4bf5-b562-9199be864d29 Windows SDK Update for Windows Vista]. This is because it doesn't have [wiki:FAQ#vs2008 IP Helper API header bug]. 
    4545   a. If you need Windows 7 features then use [http://www.microsoft.com/downloads/en/confirmation.aspx?FamilyID=6B6C21D2-2006-4AFA-9702-529FA782D63B Windows SDK for Windows 7 and .NET Framework 4] and follow the instructions on [wiki:FAQ#vs2008 fixing IP Helper API header bug]. Also if you are using Visual Studio 2005 then you will need to patch it using [http://support.microsoft.com/kb/949009/ MS Knowledge Base 949009] 
    46  1. [http://www.libsdl.org/ SDL] '''version 1.3 or greater'''.  
    47     - Note that this is the newer and not yet released SDL library, hence most likely it won't be installed by default on your system. You can download the source snapshot or from the Mercurial repository from http://www.libsdl.org/hg.php. 
    48     - SDL sources comes with VS project settings, e.g: for VS2005 just open {{{VisualC\SDL_VS2005.sln}}} and build. 
     46 1. [http://www.libsdl.org/ SDL] '''version 1.3''' (contained in version 2.0).  
     47    - Note that this is the newer and not yet released SDL library, hence most likely it won't be installed by default on your system. You can download the 2.0 source snapshot or from the Mercurial repository from http://www.libsdl.org/hg.php. 
     48    - SDL 1.3 is under {{{SDL}}} sub-directory. 
     49    - SDL sources comes with VS project settings, under {{{VisualC}}} 
    4950 1. [http://ffmpeg.org/ ffmpeg] development library. We tested with ffmpeg version ranging from 0.5.1 (from circa 2009) to 0.10.  
    5051    - Note that for H.264 support, you need newer releases (October 2011 onwards), and it needs libz too.