2008-08-29 21:08:38 +00:00
|
|
|
__________ __ ___.
|
|
|
|
Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
|
|
Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
|
|
Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
|
|
Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
|
|
\/ \/ \/ \/ \/
|
|
|
|
|
2008-09-04 15:19:59 +00:00
|
|
|
/----------------------------------------------------------------\
|
|
|
|
| Installation |
|
|
|
|
\----------------------------------------------------------------/
|
2008-08-29 21:08:38 +00:00
|
|
|
|
2008-09-04 15:19:59 +00:00
|
|
|
To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release".
|
2008-09-03 19:24:50 +00:00
|
|
|
|
2008-08-29 21:08:38 +00:00
|
|
|
|
2008-09-04 15:19:59 +00:00
|
|
|
/----------------------------------------------------------------\
|
|
|
|
| Windows |
|
|
|
|
\----------------------------------------------------------------/
|
|
|
|
|
|
|
|
* make sure that you have properly installed MingW, Qt > 4.3.* and bin directories are set properly
|
2008-08-29 21:08:38 +00:00
|
|
|
* if you want to debug wpseditor, you'll have to build Qt debug libraries
|
2008-09-04 15:19:59 +00:00
|
|
|
* 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
|
2008-08-29 21:08:38 +00:00
|
|
|
|
2008-09-04 15:19:59 +00:00
|
|
|
/----------------------------------------------------------------\
|
|
|
|
| Linux |
|
|
|
|
\----------------------------------------------------------------/
|
2008-08-29 21:08:38 +00:00
|
|
|
|
2008-09-04 15:19:59 +00:00
|
|
|
* make sure you have libqt4-dev installed and you have a working Rockbox environment
|
|
|
|
* cd to utils/wpseditor/ and run 'qmake-qt4 && make'
|
2008-08-29 21:08:38 +00:00
|
|
|
* cd to gui/bin/ and start WPS editor with './wpseditord'
|