<section>
<title>Source distribution</title>
- <p> With the source code, build everything with <code>ant dist-lite</code>, then locate the
- binary distribution in <code>lib/wamblee/crawler/kiss/kiss-crawler-bin.zip</code>. Then
- proceed as for the binary distribution. </p>
+ <p> With the source code, build everything with maven2 as follows:</p>
+ <source>
+ mvn -Dmaven.test.skip=true install
+ cd crawler
+ mvn package assembly:assembly
+ </source>
+ <p>
+ After this, locate the
+ binary distribution in the <code>target</code> subdirectory of the <code>crawler</code>
+ directory. Then
+ proceed as for the binary distribution.</p>
+
</section>
<section>