blob: c2b6a628661ae2b49313d7ae8b55796d8d7feb42 [file] [log] [blame]
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +00001 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
8Installation
9
Dominik Wenger254fa652008-09-03 19:24:50 +000010To make a release version, change value in CONFIG from "debug" to "release" in gui.pro and QPropertyEditor.pro.
11
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000012Windows:
13
Dominik Wenger254fa652008-09-03 19:24:50 +000014 * be sure that you have properly installed mingw, QT > 4.3.* and bin directories are set properly
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000015 * if you want to debug wpseditor, you'll have to build Qt debug libraries
Dominik Wenger254fa652008-09-03 19:24:50 +000016 * if you haven't qmake from PATH enviromet use Qts command line.
17 * run 'buildall.bat' in utils\wpseditor\
18 * the binary is then in utils\wpseditor\gui\bin\wpseditord.exe
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000019
20Linux:
21
22 * Make sure you have libqt4-dev installed and you have a working Rockbox environment
Dominik Wenger254fa652008-09-03 19:24:50 +000023 * cd to utils/wpseditor/ and run 'buildall.sh'
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000024 * cd to gui/bin/ and start WPS editor with './wpseditord'