1
0
Fork 0
forked from len0rd/rockbox

fixed a typo, stripped trailing whitespace and made some small tweaks to the installation chapter

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11589 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2006-11-25 11:54:51 +00:00
parent 6b1d2cbd82
commit c35d3a1f1c

View file

@ -60,7 +60,7 @@ software.
Using the Windows self installing executable to install Rockbox is the Using the Windows self installing executable to install Rockbox is the
easiest method of installing the software on your \dap{}. Simply follow the easiest method of installing the software on your \dap{}. Simply follow the
on-screen instructions and select the appropriate drive letter and on-screen instructions and select the appropriate drive letter and
\dap{}-model when prompted. You can use ``Add / Remove Programs'' to \dap{}-model when prompted. You can use ``Add / Remove Programs'' to
uninstall the software at a later date. uninstall the software at a later date.
\subsection{Manual installation} \subsection{Manual installation}
@ -84,9 +84,9 @@ software.
and load the remaining firmware from disk. It is also responsible for the and load the remaining firmware from disk. It is also responsible for the
disk mode on your \dap{}. disk mode on your \dap{}.
This boot loader is stored in special flash memory in your \playerman. It is This boot loader is stored in special flash memory in your \playerman{}.
already installed on your \dap{}, so it is never necessary to modify this It is already installed on your \dap{}, so it is never necessary to modify
in order to install Rockbox.} this in order to install Rockbox.}
\item[The Rockbox boot loader.] \index{Boot loader} \item[The Rockbox boot loader.] \index{Boot loader}
\opt{HAVE_RB_BL_ON_DISK}{The Rockbox boot loader is loaded from disk by \opt{HAVE_RB_BL_ON_DISK}{The Rockbox boot loader is loaded from disk by
@ -156,19 +156,19 @@ you want to install and get the version for your \dap{}.
\nopt{player}{ \nopt{player}{
\note{\index{Installation!Fonts} \note{\index{Installation!Fonts}
Rockbox has a fonts package that is available at Rockbox has a fonts package that is available at
\url{http://www.rockbox.org/daily.shtml}. While the daily builds and CVS \url{http://www.rockbox.org/daily.shtml}. While the daily builds and CVS
builds change frequently, the fonts package rarely changes. Thus, the builds change frequently, the fonts package rarely changes. Thus, the
fonts package is not included in the daily builds and CVS builds. (The fonts package is not included in the daily builds and CVS builds. (The
stable release, on the other hand, does not change, so fonts are stable release, on the other hand, does not change, so fonts are
included with the stable release.) When installing Rockbox for the included with the stable release.) When installing Rockbox for the
first time, you should install the fonts package. first time, you should install the fonts package.
} }
} }
Because daily builds and CVS builds are development versions which change Because daily builds and CVS builds are development versions which change
frequently, they may behave differently than described in this manual, or frequently, they may behave differently than described in this manual, or
they may introduce new (and maybe annoying) bugs. If you do not want to get they may introduce new (and maybe annoying) bugs. If you do not want to get
undefined behaviour from your \dap\ you should really stick to the current undefined behaviour from your \dap{} you should really stick to the current
stable release, if there is one for your \dap{}. If you want to help the stable release, if there is one for your \dap{}. If you want to help the
project development, you can try development builds and help by reporting project development, you can try development builds and help by reporting
bugs. Just be aware that these are development builds that are highly bugs. Just be aware that these are development builds that are highly
@ -180,15 +180,15 @@ you downloaded above, and extract its contents to your \daps{} drive.
Use the ``Extract all'' command of your unzip program to extract the files in Use the ``Extract all'' command of your unzip program to extract the files in
the \fname{.zip} file onto your \dap{}. Note that the entire contents of the the \fname{.zip} file onto your \dap{}. Note that the entire contents of the
\fname{/zip} file should be extracted directly to the root of your \daps{} \fname{.zip} file should be extracted directly to the root of your \daps{}
drive. Do not try to create a separate directory or folder on your \dap{} for drive. Do not try to create a separate directory or folder on your \dap{} for
the Rockbox files! The \fname{.zip} file already contains the internal the Rockbox files! The \fname{.zip} file already contains the internal
directory structure that Rockbox needs. directory structure that Rockbox needs.
\note{ \note{
If the contents of the \fname{.zip} file are extracted correctly, you will If the contents of the \fname{.zip} file are extracted correctly, you will
have a file called \fname{\firmwarefilename} in the main folder of your have a file called \fname{\firmwarefilename} in the main folder of your
\daps{} drive, and also a folder called /\fname{.rockbox}, which contains a \daps{} drive, and also a folder called \fname{/.rockbox}, which contains a
number of other folders and system files needed by Rockbox. If you receive a number of other folders and system files needed by Rockbox. If you receive a
``-1'' error when you start Rockbox, you have not extracted the contents of ``-1'' error when you start Rockbox, you have not extracted the contents of
the \fname{.zip} file to the proper location. the \fname{.zip} file to the proper location.