diff --git a/README.md b/README.md index 7afa030a30..4d471b543e 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,8 @@ To build for Symbian, you require: 3) Set up your SDK to use Symbian GCCE 4.6.3. See a tutorial here: http://www.summeli.fi/?p=4220 You will need to add the GCCE 4.6.3 variant to Symbian\tools\sbs\lib\config\variants.xml as follows: + +``` @@ -156,9 +158,13 @@ You will need to add the GCCE 4.6.3 variant to Symbian\tools\sbs\lib\config\vari +``` You will also need to increase the data section of the executable in linking stage by modifying Symbian\tools\sbs\lib\config\gcce.xml as follows: + +``` +``` Then simply compile the PPSSPPQt.pro with `qmake` from the SDK or the included QtCreator.