1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/checkwps/README
Solomon Peachy 0c8b71b00d checkwps: Update the cleanall script and documentation
Change-Id: I170875f2b199ec5395a8b66976a8bc17d9eb85f8
2024-12-07 18:09:17 -05:00

21 lines
492 B
Text

This directory contains the checkwps tool which can be used to
validate wps files outside of Rockbox.
checkwps uses the Rockbox WPS parser and is therefore built in
target-specific versions (to avoid making lots of changes to the core
code).
To compile
----------
Just run the ./buildall.sh script
To remove all compiled files
----------------------------
./cleanall.sh
To add a new target
-------------------
No action necessary, list of targets is parsed out of the configure script