From 47a318cb46a1d991e2a555c156440f0c07d95044 Mon Sep 17 00:00:00 2001 From: Shinovon Date: Sun, 1 Jun 2025 07:20:21 +0500 Subject: [PATCH] Add symbian to readme --- misc/symbian/readme.md | 1 + readme.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/misc/symbian/readme.md b/misc/symbian/readme.md index de074b938..c9bba90d6 100644 --- a/misc/symbian/readme.md +++ b/misc/symbian/readme.md @@ -10,5 +10,6 @@ Compiling with Carbide C++ - 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) \ No newline at end of file diff --git a/readme.md b/readme.md index ce3a2dbac..026618b72 100644 --- a/readme.md +++ b/readme.md @@ -92,6 +92,7 @@ And also runs on: * PS1 - unfinished, major rendering and **stability issues** (can [download from here](https://www.classicube.net/download/ps1)) * Xbox 360 - completely unfinished, **broken on real hardware** (can [download from here](https://www.classicube.net/download/360)) * Xbox - unfinished, major rendering issues (can [download from here](https://www.classicube.net/download/xbox)) +* Symbian (S60 3rd Edition FP1 and later) - unfinished, but usable # Compiling @@ -392,6 +393,10 @@ Run `make saturn`. You'll need [libyaul](https://github.com/yaul-org/libyaul) The PowerPC build will usually perform much better +#### Symbian S60 + +[Guide for Carbide.c++](misc/symbian/readme.md) + #### Other systems You'll have to write the necessary code. You should read `portability.md` in doc folder.