Difference between revisions of "Compilation"

From Kiwix
Jump to navigation Jump to search
(New page: The compilation is currently not really easy. Please follow these steps: <pre> cd moulinkiwix/dependences/ make clean all cd ../components/zimAccessor/ ./autogen.sh ; ./configure ; make c...)
 
Line 15: Line 15:
</pre>
</pre>


<noinclude>
== See also ==
== See also ==
* [[Subversion]]
* [[Subversion]]
* [[Translation]]
* [[Translation]]
</noinclude>

Revision as of 14:18, 10 July 2009

The compilation is currently not really easy.

Please follow these steps:

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


See also