summaryrefslogtreecommitdiff
path: root/utils/wpseditor/README
diff options
context:
space:
mode:
authorDominik Wenger <domonoky@googlemail.com>2008-09-03 19:24:50 +0000
committerDominik Wenger <domonoky@googlemail.com>2008-09-03 19:24:50 +0000
commit254fa65c7b75f61147186d9f9146b89ee11b2b26 (patch)
treebb5355f04275394ebfd2aa200abc44b188c08df9 /utils/wpseditor/README
parentca0de82cec434fcd4af827ff1a1d473667249338 (diff)
downloadrockbox-254fa65c7b75f61147186d9f9146b89ee11b2b26.tar.gz
rockbox-254fa65c7b75f61147186d9f9146b89ee11b2b26.zip
WpsEditor: commit FS#9344 by Rostislav Chekan - multitarget support (only colour targets for now)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18399 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/wpseditor/README')
-rw-r--r--utils/wpseditor/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/utils/wpseditor/README b/utils/wpseditor/README
index 3a8b87c511..c2b6a62866 100644
--- a/utils/wpseditor/README
+++ b/utils/wpseditor/README
@@ -7,15 +7,18 @@
7 7
8Installation 8Installation
9 9
10To make a release version, change value in CONFIG from "debug" to "release" in gui.pro and QPropertyEditor.pro.
11
10Windows: 12Windows:
11 13
12 * be sure that you have properly installed mingw, QT > 4.3.* 14 * be sure that you have properly installed mingw, QT > 4.3.* and bin directories are set properly
13 * if you want to debug wpseditor, you'll have to build Qt debug libraries 15 * if you want to debug wpseditor, you'll have to build Qt debug libraries
14 * cd to rockbox/utils/wpseditor/ from Qt command promt and run qmake and then make 16 * if you haven't qmake from PATH enviromet use Qts command line.
15 * >gui\bin\wpseditor.exe 17 * run 'buildall.bat' in utils\wpseditor\
18 * the binary is then in utils\wpseditor\gui\bin\wpseditord.exe
16 19
17Linux: 20Linux:
18 21
19 * Make sure you have libqt4-dev installed and you have a working Rockbox environment 22 * Make sure you have libqt4-dev installed and you have a working Rockbox environment
20 * cd to utils/wpseditor/ and do 'qmake-qt4 && make' 23 * cd to utils/wpseditor/ and run 'buildall.sh'
21 * cd to gui/bin/ and start WPS editor with './wpseditord' 24 * cd to gui/bin/ and start WPS editor with './wpseditord'