rockbox/utils/wpseditor
Bertrik Sikken 91948d12aa FS#9638 - temp_cue is unused and wasting memory.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19890 a1c6a512-1295-4272-9138-f99709370657
2009-01-31 19:41:29 +00:00
..
gui WpsEditor: add linenumbrs WpsEditor: Add linenumbers to the WPS Code, and highlight the error line, if parsing fails. (FS#9362) 2008-09-10 19:41:18 +00:00
libwps FS#9638 - temp_cue is unused and wasting memory. 2009-01-31 19:41:29 +00:00
screenshot * Clean up screenshot a bit and make it more self-descriptive 2008-09-07 21:45:52 +00:00
README WPS editor: 2008-09-04 15:19:59 +00:00
TODO WPS editor: 2008-09-04 15:19:59 +00:00
wpseditor.pro WPS editor: 2008-09-04 14:49:53 +00:00

               __________               __   ___.
     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'