Doc: document build process in FAQ

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@591 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-06-17 22:47:23 +00:00
parent 6db2199d0c
commit 0ea975735c
1 changed files with 31 additions and 1 deletions

View File

@ -45,7 +45,7 @@
under Tools/Options/Advanced:
</p>
<source>calendar.debug.log=true
calendar.debug.log.verbose=true
calendar.debug.log.verbose=true
</source>
<p>
@ -60,6 +60,36 @@ calendar.debug.log.verbose=true
<source>calendar.caldav.sched.enabled=true</source>
</section>
<section name="Build">
<p>
<strong>How to build DavMail ?</strong>
</p>
<p>Building DavMail is quite simple:</p>
<ul>
<li>Make sure you have Java 6 installed and set as current version by checking
JAVA_HOME:<br/>
<ul>
<li>Unix/OSX: <source>echo $JAVA_HOME</source></li>
<li>Windows: <source>echo %JAVA_HOME%</source></li>
</ul>
</li>
<li>Download and unzip ant from<a href="http://ant.apache.org/">ant.apache.org</a>,
add ant/bin full path to the PATH environment variable
</li>
<li>Get DavMail source package from sourceforge and uncompress it:
<source>tar xvzf davmail-src-*.tgz</source>
or checkout trunk:
<source>svn co http://davmail.svn.sourceforge.net/svnroot/davmail/trunk</source>
</li>
<li>Go into davmail directory root directory (which contains the build.xml file) and
type:
<source>ant</source>
</li>
</ul>
<p>Packages are then available under dist
</p>
</section>
</section>
</body>
</document>