254fa65c7b
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18399 a1c6a512-1295-4272-9138-f99709370657
24 lines
1 KiB
Text
24 lines
1 KiB
Text
__________ __ ___.
|
|
Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
\/ \/ \/ \/ \/
|
|
|
|
Installation
|
|
|
|
To make a release version, change value in CONFIG from "debug" to "release" in gui.pro and QPropertyEditor.pro.
|
|
|
|
Windows:
|
|
|
|
* be 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 haven't qmake from PATH enviromet use Qts command line.
|
|
* run 'buildall.bat' in utils\wpseditor\
|
|
* the binary is then in utils\wpseditor\gui\bin\wpseditord.exe
|
|
|
|
Linux:
|
|
|
|
* Make sure you have libqt4-dev installed and you have a working Rockbox environment
|
|
* cd to utils/wpseditor/ and run 'buildall.sh'
|
|
* cd to gui/bin/ and start WPS editor with './wpseditord'
|