Skip to content
I-asked edited this page Nov 2, 2023 · 1 revision

Welcome to the Symbian port of SDL2!

This port is currently targeting the Nokia E7-00 smartphone.

Building

To build SymbianRevive’s SDL2, please execute the following steps:

$ git clone --depth 1 https://github.com/I-asked/SDL2-symbianrevive.git SDL2/
$ cd SDL2/
$ wget https://raw.githubusercontent.com/I-asked/symbian-docker/main/sdk.sh
$ chmod +x ./sdk.sh
$ ./sdk.sh ./ ../SDL2.build/ --config Release -j -DCMAKE_TOOLCHAIN_FILE=/sourcedir/symbian/cmake/toolchain-symbian-gcce.cmake -DGCCE_BASE='/var/lib/nokiaprefix/drive_c/gcc-12.1.0'
$ stat ../SDL2.build/libSDL2.a
Clone this wiki locally