ClassiCube/misc/symbian
UnknownShadow200 a0c9da6712
Merge pull request #1378 from shinovon/4
Add symbian to readme
2025-06-07 07:01:56 +10:00
..
.gitignore Symbian port squashed 2025-05-18 17:03:01 +05:00
ClassiCube.pkg Symbian port squashed 2025-05-18 17:03:01 +05:00
ClassiCube_common.mmh Symbian: Implement audio backend 2025-06-03 17:22:33 +05:00
ClassiCube_s60v3.mmp Symbian: Fix auto builds 2025-05-25 15:44:21 +05:00
ClassiCube_s60v5.mmp Symbian: fix running on s60v3 2025-06-01 06:46:04 +05:00
ClassiCube_sym3.mmp Symbian: fix running on s60v3 2025-06-01 06:46:04 +05:00
Icons_scalable_dc.mk Symbian port squashed 2025-05-18 17:03:01 +05:00
bld.inf Symbian port squashed 2025-05-18 17:03:01 +05:00
classicube.rss Symbian port squashed 2025-05-18 17:03:01 +05:00
classicube_reg.rss Symbian port squashed 2025-05-18 17:03:01 +05:00
incompatible_openc.txt Symbian port squashed 2025-05-18 17:03:01 +05:00
qgn_menu_classicube.svg Symbian port squashed 2025-05-18 17:03:01 +05:00
readme.md Add symbian to readme 2025-06-01 07:22:25 +05:00

readme.md

Compiling with Carbide C++

  • File > Import... > Symbian OS > Symbian OS Bld.inf file
  • Locate misc\symbian\bld.inf, select SBSv2 builder, Next.
  • Under Nokia_Symbian3_SDK_v1.0, select targets with armv5_urel_gcce and armv5_urel (second only if you have RVCT), Next.
  • Select All, Next, Finish.
  • Go to project properties, Carbide.c++>Build Configurations, select correct configuration (e.g: Phone Release (armv5_urel_gcce) [Nokia_Symbian3_SDK_v1.0]).
  • In SIS Builder tab, click Add.
  • In PKG File drop down list, select misc\symbian\ClassiCube.pkg.
  • Check Don't sign sis file, click OK.
  • Apply and close properties.
  • Project > Build

(Based off comments from https://github.com/ClassiCube/ClassiCube/pull/1360)