From 5d22e3cbdd251819a4d2d07b9a12994d5aef778d Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 29 Aug 2008 21:08:38 +0000 Subject: Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Closes FS#9327 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657 --- utils/wpseditor/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 utils/wpseditor/README (limited to 'utils/wpseditor/README') diff --git a/utils/wpseditor/README b/utils/wpseditor/README new file mode 100644 index 0000000000..3a8b87c511 --- /dev/null +++ b/utils/wpseditor/README @@ -0,0 +1,21 @@ + __________ __ ___. + Open \______ \ ____ ____ | | _\_ |__ _______ ___ + Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + \/ \/ \/ \/ \/ + +Installation + +Windows: + + * be sure that you have properly installed mingw, QT > 4.3.* + * if you want to debug wpseditor, you'll have to build Qt debug libraries + * cd to rockbox/utils/wpseditor/ from Qt command promt and run qmake and then make + * >gui\bin\wpseditor.exe + +Linux: + + * Make sure you have libqt4-dev installed and you have a working Rockbox environment + * cd to utils/wpseditor/ and do 'qmake-qt4 && make' + * cd to gui/bin/ and start WPS editor with './wpseditord' -- cgit v1.2.3