Update linux doc

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@288 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-01-13 21:42:48 +00:00
parent 66214ac70e
commit dce4e61d60
1 changed files with 7 additions and 4 deletions

View File

@ -11,13 +11,16 @@
<section name="DavMail Setup on linux"> <section name="DavMail Setup on linux">
<p>Prerequisite : Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with <p>Prerequisite : Sun J2SE 1.5 or 1.6. Tray icon is now implemented with SWT and compatible with
Java 1.5. You may use DavMail with an older version, but the gateway will run as a Java 1.5.
command line application.
</p> </p>
<p>You should first download and install Java, e.g. by running the following command on <p>You should first download and install Java, with the graphical package manager or through
Ubuntu : command line.
</p> </p>
<p>Under Ubuntu, launch System/Administration/Synaptic Package Manager, quick search
sun-java6-bin, mark for installation and click Apply
</p>
<p>Or use the following command:</p>
<code>sudo apt-get install sun-java6-bin</code> <code>sudo apt-get install sun-java6-bin</code>
<p>Download the linux x86 DavMail package from Sourceforge and uncompress it with <p>Download the linux x86 DavMail package from Sourceforge and uncompress it with