From dae8412a956fef2d466d77d7b30b94faf7bf725f Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Wed, 24 Apr 2013 23:36:05 +0200 Subject: [PATCH] Another attempt at fixing README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.