summaryrefslogtreecommitdiff
path: root/tools/checkwps/README
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-03-26 23:35:34 +0000
committerDave Chapman <dave@dchapman.com>2008-03-26 23:35:34 +0000
commit78d29f535ff14a5f213125baf63fa2961be17d79 (patch)
treea3d0992ab3a87ab073ed5aafa0529821dcedd31e /tools/checkwps/README
parentd75bb78fdad9f3252df21e469c6f07346e250de4 (diff)
downloadrockbox-78d29f535ff14a5f213125baf63fa2961be17d79.tar.gz
rockbox-78d29f535ff14a5f213125baf63fa2961be17d79.zip
Major cleanup of checkwps - fix all warnings and add a script to build versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/README')
-rw-r--r--tools/checkwps/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/checkwps/README b/tools/checkwps/README
new file mode 100644
index 0000000000..a94882fdff
--- /dev/null
+++ b/tools/checkwps/README
@@ -0,0 +1,23 @@
1This directory contains the checkwps tool which can be used to
2validate wps files outside of Rockbox.
3
4checkwps uses the Rockbox WPS parser and is therefore built in
5target-specific versions (to avoid making lots of changes to the core
6code).
7
8To compile
9----------
10
11Just run the ./buildall.sh script
12
13
14To remove all compiled files
15----------------------------
16
17./cleanall.sh
18
19
20To add a new target
21-------------------
22
23Add $target and $modelname from tools/configure to targets.txt