diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-03-05 21:12:31 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-03-05 21:12:31 +0000 |
| commit | e1244a0dff7815ad325ae433bc890275916b4fe8 (patch) | |
| tree | 9c69167fa5877951028b6addecccc20dc13ae0b5 /utils/wpseditor/README | |
| parent | 6538326ef2a46c11fa87e50cb7906e21cb6c42a4 (diff) | |
| download | rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.zip rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.tar.gz rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.tar.bz2 rockbox-e1244a0dff7815ad325ae433bc890275916b4fe8.tar.xz | |
Remove outdated and unmaintained wpseditor.
The wpseditor is superseded by the Theme Editor these days.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29528 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/wpseditor/README')
| -rw-r--r-- | utils/wpseditor/README | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/utils/wpseditor/README b/utils/wpseditor/README deleted file mode 100644 index ebdfd7a..0000000 --- a/utils/wpseditor/README +++ /dev/null @@ -1,31 +0,0 @@ - __________ __ ___. - Open \______ \ ____ ____ | | _\_ |__ _______ ___ - Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - \/ \/ \/ \/ \/ - -/----------------------------------------------------------------\ -| Installation | -\----------------------------------------------------------------/ - -To make a release version, change the value CONFIG in gui.pro and QPropertyEditor.pro from "debug" to "release". - - -/----------------------------------------------------------------\ -| Windows | -\----------------------------------------------------------------/ - - * make sure that you have properly installed MingW, Qt > 4.3.* and bin directories are set properly - * if you want to debug wpseditor, you'll have to build Qt debug libraries - * 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 - -/----------------------------------------------------------------\ -| Linux | -\----------------------------------------------------------------/ - - * make sure you have libqt4-dev installed and you have a working Rockbox environment - * cd to utils/wpseditor/ and run 'qmake-qt4 && make' - * cd to gui/bin/ and start WPS editor with './wpseditord' |