Latest compatible version of Classicube from the original GitHub repository (https://github.com/ClassiCube/ClassiCube) that can be compiled on Classicube for PowerMac PPC running Mac OS X 10.4.

This commit is contained in:
Andrei Alexandru
2025-12-17 13:17:57 +02:00
commit c71492f846
1248 changed files with 422858 additions and 0 deletions

15
misc/symbian/readme.md Normal file
View File

@@ -0,0 +1,15 @@
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)