Difference between revisions of "Compilation"

From Kiwix
Jump to navigation Jump to search
(Redirecting to Compilation/en)
Line 1: Line 1:
The compilation is currently not really easy.
#REDIRECT[[Compilation/en]]
 
Please follow these steps:
<pre>
cd moulinkiwix/dependences/
make clean all
cd ../components/zimAccessor/
./autogen.sh ; ./configure ; make clean all
cd ../xapianAccessor/
./autogen.sh ; ./configure ; make clean all
cd ../zimXapianIndexer/
./autogen.sh ; ./configure ; make clean all
cd ../../kiwix
kiwix.sh
</pre>
<noinclude>
== See also ==
* [[Subversion]]
* [[Translation]]
</noinclude>

Revision as of 09:46, 14 July 2009

Redirect to: