blob: 3a8b87c51138dd1f441e8d0f3e0c434d87c30046 [file] [log] [blame]
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +00001 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
8Installation
9
10Windows:
11
12 * be sure that you have properly installed mingw, QT > 4.3.*
13 * 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
15 * >gui\bin\wpseditor.exe
16
17Linux:
18
19 * Make sure you have libqt4-dev installed and you have a working Rockbox environment
20 * cd to utils/wpseditor/ and do 'qmake-qt4 && make'
21 * cd to gui/bin/ and start WPS editor with './wpseditord'