summaryrefslogtreecommitdiffstats
path: root/utils/wpseditor/README
blob: ebdfd7a5a3302ebc1fb017fb6537e811f05ef6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

/----------------------------------------------------------------\
|                        Installation                            |
\----------------------------------------------------------------/

To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release".


/----------------------------------------------------------------\
|                           Windows                              |
\----------------------------------------------------------------/

 * make sure that you have properly installed MingW, Qt > 4.3.* and bin directories are set properly
 * if you want to debug wpseditor, you'll have to build Qt debug libraries
 * if you don't have qmake in your PATH environment, use the Qt command prompt
 * run 'qmake && make' in utils\wpseditor\
 * the binary is then in utils\wpseditor\gui\bin\wpseditor.exe

/----------------------------------------------------------------\
|                            Linux                               |
\----------------------------------------------------------------/

 * make sure you have libqt4-dev installed and you have a working Rockbox environment
 * cd to utils/wpseditor/ and run 'qmake-qt4 && make' 
 * cd to gui/bin/ and start WPS editor with './wpseditord'