Maybe it’ll serve someone, one day…
- Download Nokia S60 SDK, 3rd Edition, Maintenance Platform.
- Install Wine.
- Ensure you’re on Linux.
- Download latest ActiveState Perl MSI file. (notice, that you can ignore the step with contact details)
- Download Windows Script Host 5.6.
- Download mfc42.dll.
- Remove .wine – rm -rf ~/.wine
- Recreate .wine – wineprefixcreate
- Copy mfc42.dll to system32 folder – cp mfc42.dll ~/.wine/drive_c/windows/system32/
- Install WSH – wine WindowsXP-Windows2000-Script56-KB917344-x86-enu.exe
- Install ActiveState Perl – msiexec /i ActivePerl-5.8.8.820-MSWin32-x86-274739.msi
- Add perl.exe to the %PATH%. I did it by manually editing ~/.wine/system.reg, key [System\\CurrentControlSet\\Control\\Session Manager\\Environment], PATH to: “PATH”=”c:\\windows\\system32;c:\\windows;c:\\Perl\\bin”
- Install the SDK – wine setup.exe, custom, I installed the additional thing it asked me about
- Launch the app – wine ~/.wine/drive_c/Symbian/9.1/S60_3rd_MR/Epoc32/release/winscw/udeb/epoc.exe
- Watch as it launches, loads the emulated phone, and crashes because of some timeout at random moment…
- Think that it’s soo near, and promise yourself to retry in a few months with next Wine releases
One reply on “Nokia S60 SDK on Linux”
Hi,
Actually it helps me, although i don’t need the emulator 😉
Thanks!