Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame^] | 1 | __________ __ ___. |
| 2 | Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 3 | Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 4 | Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 5 | Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 6 | \/ \/ \/ \/ \/ |
| 7 | |
| 8 | Installation |
| 9 | |
| 10 | Windows: |
| 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 | |
| 17 | Linux: |
| 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' |