mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-07 11:48:02 -05:00
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:
parent
6db2199d0c
commit
0ea975735c
@ -45,7 +45,7 @@
|
|||||||
under Tools/Options/Advanced:
|
under Tools/Options/Advanced:
|
||||||
</p>
|
</p>
|
||||||
<source>calendar.debug.log=true
|
<source>calendar.debug.log=true
|
||||||
calendar.debug.log.verbose=true
|
calendar.debug.log.verbose=true
|
||||||
</source>
|
</source>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -60,6 +60,36 @@ calendar.debug.log.verbose=true
|
|||||||
<source>calendar.caldav.sched.enabled=true</source>
|
<source>calendar.caldav.sched.enabled=true</source>
|
||||||
|
|
||||||
</section>
|
</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>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
Loading…
Reference in New Issue
Block a user