How has offline Wikipedia affected you? The Wikimedia Foundation (the non-profit that supports Wikipedia) is looking for personal, diverse and inspiring stories about how offline Wikipedia affects the world. If you have a personal story that you would like to share, please contact: stories@kiwix.org. Thank you!
Difference between revisions of "Compilation/fr"
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
* [[Subversion]] | * [[Subversion]] | ||
* [[Translation]] | * [[Translation]] | ||
* [[PPA]] | |||
</noinclude> | </noinclude> |
Revision as of 16:57, 2 September 2010
La compilation est simple, il faut faire comme suit :
./autogen.sh ./configure make
Sur Fedora, la compilation est un peu moins simple ::
- Télécharger, compiler et installer libunac. Visiblement il n'y a pas de RPM.
- Puis :
./autogen.sh ./configure --with-xpidl=/usr/lib/xulrunner-`pkg-config --modversion libxul`/ --with-gecko-idl=/usr/lib/xulrunner-sdk-`pkg-config --modversion libxul`/sdk/idl make