mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-08-03 10:47:39 -04:00
745 B
745 B
Compiling with Carbide C++
- File > Import... > Symbian OS > Symbian OS Bld.inf file
- Locate
misc\symbian\bld.inf
, selectSBSv2
builder, Next. - Under
Nokia_Symbian3_SDK_v1.0
, select targets witharmv5_urel_gcce
andarmv5_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)