Add notice of required Qt version

This commit is contained in:
meepingsnesroms
2018-08-01 18:33:31 -07:00
parent e029f22810
commit e03e595cd0

View File

@@ -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)