= S60WebKit: Setting up Your Computer = To work with S60WebKit, you'll need to install a couple of tools: === The S60 3rd Edition SDK === Download and install the S60 3rd Edition SDK from [http://www.forum.nokia.com/info/sw.nokia.com/id/4a7149a5-95a5-4726-913a-3c6f21eb65a5/S60-SDK-0616-3.0-mr.html Forum Nokia]. Choose "3rd Edition (262 MB)" from the listbox on the right of the page and click on the "Download" button. '''Note:''' The S60 3rd Edition Feature Pack 1 is currently incompatible with the S60WebKit codebase. Please ensure you select "3rd Edition (262 MB)" and not "3rd Edition, FP 1 (355 MB)" from the listbox. '''Note:''' Some users have reported that the installation software hangs on XP service pack 2. This is a known incompatability between the OS version level and the SDK's installation package. A quick workaround is available [http://discussion.forum.nokia.com/forum/showthread.php?p=198319 here]. === A Subversion client === '''''(Comment by Kenny YU: Latest Stable Release is 21772 according to the information)''''' You'll need a [http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 Subversion client] to checkout and update the source. If you prefer a graphical interface, there are quite a few to choose from. One candidate is [http://tortoisesvn.tigris.org/ TortoiseSVN]. However, there are a couple of Subversion related tools which assume the Subversion command line interface is in your PATH, so you may wish to install both. === Carbide C++ Express === '''''(Comment by Kenny YU: this cannot be downloaded anymore. Is Carbide 1.2 acceptable?)''''' [http://forum.nokia.com/info/sw.nokia.com/id/ad80c54a-76ae-4846-9427-8036ce26e443/Carbide_c_Express_10.html Carbide.c++ Express] '''version 1.0''' is a free IDE for mobile application development. We use the compilers and debugger that ships with the IDE to build and work with S60WebKit. For further information about Carbide and IDE's to use with S60WebKit, see the [wiki:S60IDE IDE] page. === ActiveState Perl v5.6.1 === Install ActiveState Perl v5.6.1 from [http://downloads.activestate.com/ActivePerl/Windows/5.6/ActivePerl-5.6.1.638-MSWin32-x86.msi here]. Once you've installed these tools, you're ready to [wiki:S60CheckoutAndBuild check out and build] S60WebKit.