Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 1 | __________ __ ___. |
| 2 | Open \______ \ ____ ____ | | _\_ |__ _______ ___ |
| 3 | Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / |
| 4 | Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < |
| 5 | Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ |
| 6 | \/ \/ \/ \/ \/ |
| 7 | |
Maurus Cuelenaere | 16c9b16 | 2008-09-04 15:19:59 +0000 | [diff] [blame] | 8 | /----------------------------------------------------------------\ |
| 9 | | Installation | |
| 10 | \----------------------------------------------------------------/ |
Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 11 | |
Maurus Cuelenaere | 16c9b16 | 2008-09-04 15:19:59 +0000 | [diff] [blame] | 12 | To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release". |
Dominik Wenger | 254fa65 | 2008-09-03 19:24:50 +0000 | [diff] [blame] | 13 | |
Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 14 | |
Maurus Cuelenaere | 16c9b16 | 2008-09-04 15:19:59 +0000 | [diff] [blame] | 15 | /----------------------------------------------------------------\ |
| 16 | | Windows | |
| 17 | \----------------------------------------------------------------/ |
| 18 | |
| 19 | * make 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] | 20 | * if you want to debug wpseditor, you'll have to build Qt debug libraries |
Maurus Cuelenaere | 16c9b16 | 2008-09-04 15:19:59 +0000 | [diff] [blame] | 21 | * 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 Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 24 | |
Maurus Cuelenaere | 16c9b16 | 2008-09-04 15:19:59 +0000 | [diff] [blame] | 25 | /----------------------------------------------------------------\ |
| 26 | | Linux | |
| 27 | \----------------------------------------------------------------/ |
Frank Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 28 | |
Maurus Cuelenaere | 16c9b16 | 2008-09-04 15:19:59 +0000 | [diff] [blame] | 29 | * 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 Gevaerts | 5d22e3c | 2008-08-29 21:08:38 +0000 | [diff] [blame] | 31 | * cd to gui/bin/ and start WPS editor with './wpseditord' |