Files
lcdproc/docs/lcdproc-user/how-to-obtain.docbook
T

102 lines
2.2 KiB
Plaintext

<chapter id="how-to-obtain">
<title>How to Obtain LCDproc</title>
<sect1 id="versioning">
<title>Versioning</title>
<para>
At the time of writing the following majors versions of LCDproc are floating
around on the internet:
</para>
<variablelist>
<varlistentry>
<term>LCDproc 0.5.7</term>
<listitem>
<para>
LCDproc 0.5.7 is the current stable version of LCDproc.
This is the version recommended to use.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Older releases</term>
<listitem>
<para>
Older releases of LCDproc can be found on the Sourceforge project page at
<ulink url="http://sourceforge.net/projects/lcdproc/files/lcdproc/"></ulink>.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
<sect1 id="tar">
<title>Download CVS Version of LCDproc as a Tarball</title>
<para>
The snapshot of the current source code repository may be downloaded from the
web. Goto <ulink url="http://lcdproc.cvs.sourceforge.net/viewvc/lcdproc/"></ulink>
and click on "Download GNU tarball".
</para>
<para>
To extract the files run
</para>
<screen>
<prompt>$</prompt> <userinput>tar xvfz lcdproc.tar.gz</userinput>
</screen>
</sect1>
<sect1 id="cvs">
<title>Download The Latest Version of LCDproc from CVS</title>
<para>
Of course you can download the latest stuff from CVS via anonymous login.
</para>
<para>
Login to CVS:
</para>
<screen>
<prompt>$</prompt> <userinput>cvs -d:pserver:anonymous@lcdproc.cvs.sourceforge.net:/cvsroot/lcdproc login</userinput>
</screen>
<para>
(Hit enter when prompted for a password.)
</para>
<para>
Get the files from CVS:
</para>
<screen>
<prompt>$</prompt> <userinput>cvs -d:pserver:anonymous@lcdproc.cvs.sourceforge.net:/cvsroot/lcdproc checkout -r stable-0-5-x lcdproc</userinput>
</screen>
<para>
Once you've done that and want to update the downloaded files to the latest stuff
you can use the "update" command of CVS (Make sure to be in the lcdproc directory.):
</para>
<screen>
<prompt>$</prompt> <userinput>cvs update -d</userinput>
</screen>
<para>
Now that once you have downloaded the files you can prepare them for
compiling, but first you should (you don't have to) copy them to another
place on your machine.
</para>
</sect1>
</chapter>