Compilación

From Kiwix
Revision as of 19:44, 13 July 2009 by Ark74 (talk | contribs) (create localized page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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