diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2008-12-21 16:00:57 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2008-12-21 16:00:57 +0000 |
| commit | abff31b2db80cbc4cf32a81eb945e54e575fb66e (patch) | |
| tree | 4b4a31665751c6e288ce62580c9c63fbeb872d3d /manual/getting_started | |
| parent | 1ab624385aaeddb76681d216781bebc02c99ee08 (diff) | |
| download | rockbox-abff31b2db80cbc4cf32a81eb945e54e575fb66e.zip rockbox-abff31b2db80cbc4cf32a81eb945e54e575fb66e.tar.gz rockbox-abff31b2db80cbc4cf32a81eb945e54e575fb66e.tar.bz2 rockbox-abff31b2db80cbc4cf32a81eb945e54e575fb66e.tar.xz | |
Add fixes and improvements that were only applied to the 3.0 branch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19529 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/getting_started')
| -rw-r--r-- | manual/getting_started/installation.tex | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex index 085ec6a..d887a45 100644 --- a/manual/getting_started/installation.tex +++ b/manual/getting_started/installation.tex @@ -219,10 +219,16 @@ you want to install and get the appropriate version for your \dap{}. \begin{description} -\item[Release.] The release version is the latest stable release, free - of known critical bugs. The current stable release of Rockbox, version - 3.0, is available at \url{http://www.rockbox.org/download/}. - +\item[Release.] + \opt{release30}{The release version is the latest stable release, free + of known critical bugs. The current stable release of Rockbox, version + 3.0, is available at \url{http://www.rockbox.org/download/}. + } + \opt{unreleased}{ + There has not yet been a stable release for the \playername{}. Until + there is one, use a current build. + } + \item[Current Build.] The current build is built at each source code change to the Rockbox SVN repository and represents the current state of Rockbox development. This means that the build could contain bugs but most of |