From 5814bab01327eb31ca866b97d2e64a2b0b72ba6a Mon Sep 17 00:00:00 2001 From: Sacha Date: Thu, 10 Jan 2013 16:46:00 +1000 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a3eae74d3..118de2e3f4 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,10 @@ Of course in-tree builds are supported, but that makes cleanup harder to do; with out-of-tree builds you can just remove the `build` directory. -Note: There is also a Qt frontend available. Simply compile -PPSSPPQt.pro from [QtCreator][qt-creator]. +Note: There is also a Qt frontend available. Simply open +PPSSPPQt.pro in [Qt Creator 2.6+][qt-creator] and press run. The +Qt frontend currently supports Windows, Linux, Blackberry 10, +Symbian and Meego. Building for Linux/BSD/etc -------------------------- @@ -119,6 +121,8 @@ To build for Symbian, you require: 2) Symbian Qt libraries. You can find these in the final Nokia Qt SDK or online. +3) Set up your SDK to use Symbian GCCE 4.6.3. See a tutorial here: http://www.summeli.fi/?p=4220 + Then simply compile the PPSSPPQt.pro with `qmake` from the SDK or [QtCreator 2.6+][qt-creator].