summaryrefslogtreecommitdiff
path: root/docs/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README25
1 files changed, 8 insertions, 17 deletions
diff --git a/docs/README b/docs/README
index 334948f224..b4188568a4 100644
--- a/docs/README
+++ b/docs/README
@@ -7,18 +7,13 @@
7 7
8Build Your Own Rockbox 8Build Your Own Rockbox
9 9
101. Check out 'rockbox' from CVS (or extract a downloaded archive). You 101. Check out 'rockbox' from SVN (or extract a downloaded archive).
11 want to check out 'rockbox-devel' instead if you want the simulator
12 code too (for trying out things on host before making target tests).
13 11
14 (For more information about the simulator, read UISIMULATOR.) 12 $ svn co svn://svn.rockbox.org/rockbox/trunk rockbox
15
16 $ cvs -d:pserver:anonymous@www.rockbox.org:/cvsroot/rockbox login
17 $ cvs -z3 -d:pserver:anonymous@www.rockbox.org:/cvsroot/rockbox co rockbox
18 13
19 or 14 or
20 15
21 $ tar xzf rockbox.tar.gz 16 $ tar xjf rockbox.tar.bz2
22 17
232. Create a build directory, preferably in the same directory as the firmware/ 182. Create a build directory, preferably in the same directory as the firmware/
24 and apps/ directories. This is where all generated files will be written. 19 and apps/ directories. This is where all generated files will be written.
@@ -37,8 +32,8 @@ Build Your Own Rockbox
37 32
385. *ploink*. Now you have got a Makefile generated for you. 335. *ploink*. Now you have got a Makefile generated for you.
39 34
406. Make sure you have sh-elf-gcc and siblings in the PATH. Make sure that you 356. Make sure you have sh/arm/m68k-elf-gcc and siblings in the PATH. Make sure
41 have 'perl' in your PATH too. 36 that you have 'perl' in your PATH too.
42 37
43 $ which sh-elf-gcc 38 $ which sh-elf-gcc
44 $ which perl 39 $ which perl
@@ -47,14 +42,10 @@ Build Your Own Rockbox
47 directories have been compiled, linked and scrambled for you. 42 directories have been compiled, linked and scrambled for you.
48 43
49 $ make 44 $ make
45 $ make zip
50 46
518. Copy the archos.mod or ajbrec.ajz file to your archos, reboot it and 478. unzip the rockbox.zip on your music player, reboot it and
52 *smile*. Recent Rockbox versions need no reboots, just PLAY a new rockbox 48 *smile*.
53 version and that'll be loaded and replace the currently running version.
54
55 $ mount /dev/sda1 /mnt/archos
56 $ cp ajbrec.ajz /mnt/archos
57 $ umount /mnt/archos
58 49
59Whenever the tools/configure script gets updated, you can make your makefile 50Whenever the tools/configure script gets updated, you can make your makefile
60updated too by running 'tools/configure update'. 51updated too by running 'tools/configure update'.