diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-11 22:35:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-11 22:35:28 +0000 |
commit | 39d8db267652221c71ff1ff9f9b7c1fdbd5fb504 (patch) | |
tree | afa21839b9c3fbab4328e97d04fe25930f162ed2 | |
parent | 9cf76179ce7b2de13abd8f0049dddc7c38794159 (diff) |
modernized
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11988 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | docs/README | 25 |
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 @@ Build Your Own Rockbox -1. Check out 'rockbox' from CVS (or extract a downloaded archive). You - want to check out 'rockbox-devel' instead if you want the simulator - code too (for trying out things on host before making target tests). +1. Check out 'rockbox' from SVN (or extract a downloaded archive). - (For more information about the simulator, read UISIMULATOR.) - - $ cvs -d:pserver:anonymous@www.rockbox.org:/cvsroot/rockbox login - $ cvs -z3 -d:pserver:anonymous@www.rockbox.org:/cvsroot/rockbox co rockbox + $ svn co svn://svn.rockbox.org/rockbox/trunk rockbox or - $ tar xzf rockbox.tar.gz + $ tar xjf rockbox.tar.bz2 2. Create a build directory, preferably in the same directory as the firmware/ and apps/ directories. This is where all generated files will be written. @@ -37,8 +32,8 @@ Build Your Own Rockbox 5. *ploink*. Now you have got a Makefile generated for you. -6. Make sure you have sh-elf-gcc and siblings in the PATH. Make sure that you - have 'perl' in your PATH too. +6. Make sure you have sh/arm/m68k-elf-gcc and siblings in the PATH. Make sure + that you have 'perl' in your PATH too. $ which sh-elf-gcc $ which perl @@ -47,14 +42,10 @@ Build Your Own Rockbox directories have been compiled, linked and scrambled for you. $ make + $ make zip -8. Copy the archos.mod or ajbrec.ajz file to your archos, reboot it and - *smile*. Recent Rockbox versions need no reboots, just PLAY a new rockbox - version and that'll be loaded and replace the currently running version. - - $ mount /dev/sda1 /mnt/archos - $ cp ajbrec.ajz /mnt/archos - $ umount /mnt/archos +8. unzip the rockbox.zip on your music player, reboot it and + *smile*. Whenever the tools/configure script gets updated, you can make your makefile updated too by running 'tools/configure update'. |