Difference between revisions of "Compilation/es"

From Kiwix
Jump to navigation Jump to search
(create localized page)
 
Line 1: Line 1:
{{translations}}
<noinclude>{{translations}}</noinclude>


La compilación no es muy sencilla.
La compilación no es muy sencilla.

Revision as of 09:50, 14 July 2009

Other languages:
Bahasa Melayu • ‎Deutsch • ‎English • ‎azərbaycanca • ‎català • ‎español • ‎français • ‎galego • ‎italiano • ‎magyar • ‎português • ‎русский • ‎فارسی • ‎বাংলা • ‎日本語

La compilación no es muy sencilla.

Por favor siga estos pasos:

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

Vea también