Merge pull request #1378 from shinovon/4

Add symbian to readme
This commit is contained in:
UnknownShadow200 2025-06-07 07:01:56 +10:00 committed by GitHub
commit a0c9da6712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -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)

View File

@ -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.