summaryrefslogtreecommitdiff
path: root/utils/wpseditor/README
diff options
context:
space:
mode:
Diffstat (limited to 'utils/wpseditor/README')
-rw-r--r--utils/wpseditor/README21
1 files changed, 21 insertions, 0 deletions
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 @@
1 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
8Installation
9
10Windows:
11
12 * be sure that you have properly installed mingw, QT > 4.3.*
13 * if you want to debug wpseditor, you'll have to build Qt debug libraries
14 * cd to rockbox/utils/wpseditor/ from Qt command promt and run qmake and then make
15 * >gui\bin\wpseditor.exe
16
17Linux:
18
19 * Make sure you have libqt4-dev installed and you have a working Rockbox environment
20 * cd to utils/wpseditor/ and do 'qmake-qt4 && make'
21 * cd to gui/bin/ and start WPS editor with './wpseditord'