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

Installation 

Windows:

 * be sure that you have properly installed mingw, QT > 4.3.* 
 * if you want to debug wpseditor, you'll have to build Qt debug libraries
 * cd to rockbox/utils/wpseditor/ from Qt command promt and run qmake and then make
 * >gui\bin\wpseditor.exe

Linux:

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