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 | |
Dominik Wenger | 254fa65 | 2008-09-03 19:24:50 +0000 | [diff] [blame^] | 10 | To make a release version, change value in CONFIG from "debug" to "release" in gui.pro and QPropertyEditor.pro. |
| 11 | |
Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 12 | Windows: |
| 13 | |
Dominik Wenger | 254fa65 | 2008-09-03 19:24:50 +0000 | [diff] [blame^] | 14 | * be sure that you have properly installed mingw, QT > 4.3.* and bin directories are set properly |
Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 15 | * if you want to debug wpseditor, you'll have to build Qt debug libraries |
Dominik Wenger | 254fa65 | 2008-09-03 19:24:50 +0000 | [diff] [blame^] | 16 | * 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 Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 19 | |
| 20 | Linux: |
| 21 | |
| 22 | * Make sure you have libqt4-dev installed and you have a working Rockbox environment |
Dominik Wenger | 254fa65 | 2008-09-03 19:24:50 +0000 | [diff] [blame^] | 23 | * cd to utils/wpseditor/ and run 'buildall.sh' |
Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 24 | * cd to gui/bin/ and start WPS editor with './wpseditord' |