summaryrefslogtreecommitdiff
path: root/tools/release/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release/README')
-rw-r--r--tools/release/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/release/README b/tools/release/README
new file mode 100644
index 0000000000..294c7ba136
--- /dev/null
+++ b/tools/release/README
@@ -0,0 +1,32 @@
1 __________ __ ___.
2 Open \______ \ ____ ____ | | _\_ |__ _______ ___
3 Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4 Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5 Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6 \/ \/ \/ \/ \/
7
8 This directory contains useful scripts when creating and building
9 releases. The plan is to hopefully create a single top-level script that will
10 run everything needed to make a complete and full release and put all
11 generated data into a separate output directory.
12
13 NOTE that these scripts assume that you have the necessary compilers already
14 present in your PATH.
15
16 The scripts:
17
18 bins.pl Builds all the binary rockbox zip files.
19
20 manuals.pl Builds all manuals
21
22 voices.pl Builds all english voice files
23
24 tarball.sh Builds the source tarball
25
26
27 STATUS
28
29 All these scripts have a "version" variable at the top that needs editing and
30 each of this script needs to be run at the source tree root to function. Most
31 of them put their generated files in a subdir called 'output' which the
32 scripts create.