text viewer: reworks screen access logics and some bugs fix.
[kugel-rb.git] / utils / wpseditor / README
blobebdfd7a5a3302ebc1fb017fb6537e811f05ef6ac
1                __________               __   ___.
2      Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
3      Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
4      Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
5      Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
6                        \/            \/     \/    \/            \/
8 /----------------------------------------------------------------\
9 |                        Installation                            |
10 \----------------------------------------------------------------/
12 To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release".
15 /----------------------------------------------------------------\
16 |                           Windows                              |
17 \----------------------------------------------------------------/
19  * make sure that you have properly installed MingW, Qt > 4.3.* and bin directories are set properly
20  * if you want to debug wpseditor, you'll have to build Qt debug libraries
21  * if you don't have qmake in your PATH environment, use the Qt command prompt
22  * run 'qmake && make' in utils\wpseditor\
23  * the binary is then in utils\wpseditor\gui\bin\wpseditor.exe
25 /----------------------------------------------------------------\
26 |                            Linux                               |
27 \----------------------------------------------------------------/
29  * make sure you have libqt4-dev installed and you have a working Rockbox environment
30  * cd to utils/wpseditor/ and run 'qmake-qt4 && make' 
31  * cd to gui/bin/ and start WPS editor with './wpseditord'