From e03e595cd06d6de2fb091b610cf31d621e01d80f Mon Sep 17 00:00:00 2001 From: meepingsnesroms Date: Wed, 1 Aug 2018 18:33:31 -0700 Subject: [PATCH] Add notice of required Qt version --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e082476..b492dfb 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# Palm m515/OS 4.1 emulator(Mu) +# Palm m515/OS 4.1 emulator(Mu) This is a complete restart of my Palm OS emulator, with the last one the code got too messy and the goal too ambitious(to emulate every palm API in software and for compatibility with all Palm OS versions and devices). @@ -62,13 +62,14 @@ Make sure you have done all the steps here https://docs.libretro.com/ under "For make #### For Qt +Install Qt 5.11.1 and Qt Creator(optional) if not installed Open the .pro file in Qt Creator click "Run" -##### Without Qt Creator +##### Build without Qt Creator cd ./qtBuildSystem/Mu - qmake - make + qmake + make #### TestSuite for Palm OS Install prc-tools from the below link(self compiled or prepackaged vm)