blob: ebdfd7a5a3302ebc1fb017fb6537e811f05ef6ac [file] [log] [blame]
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +00001 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
Maurus Cuelenaere16c9b162008-09-04 15:19:59 +00008/----------------------------------------------------------------\
9| Installation |
10\----------------------------------------------------------------/
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000011
Maurus Cuelenaere16c9b162008-09-04 15:19:59 +000012To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release".
Dominik Wenger254fa652008-09-03 19:24:50 +000013
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000014
Maurus Cuelenaere16c9b162008-09-04 15:19:59 +000015/----------------------------------------------------------------\
16| Windows |
17\----------------------------------------------------------------/
18
19 * make sure that you have properly installed MingW, Qt > 4.3.* and bin directories are set properly
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000020 * if you want to debug wpseditor, you'll have to build Qt debug libraries
Maurus Cuelenaere16c9b162008-09-04 15:19:59 +000021 * 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
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000024
Maurus Cuelenaere16c9b162008-09-04 15:19:59 +000025/----------------------------------------------------------------\
26| Linux |
27\----------------------------------------------------------------/
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000028
Maurus Cuelenaere16c9b162008-09-04 15:19:59 +000029 * make sure you have libqt4-dev installed and you have a working Rockbox environment
30 * cd to utils/wpseditor/ and run 'qmake-qt4 && make'
Frank Gevaerts5d22e3c2008-08-29 21:08:38 +000031 * cd to gui/bin/ and start WPS editor with './wpseditord'