Difference between revisions of "Compilation"
Jump to navigation
Jump to search
(Marked this version for translation) |
|||
Line 4: | Line 4: | ||
</translate> | </translate> | ||
<translate><!--T:2--> | <translate>== Get the code == <!--T:2--> | ||
</translate> | </translate> | ||
Line 14: | Line 13: | ||
</translate> | </translate> | ||
<translate><!--T:4--> | <translate>== Dependencies == <!--T:4--> | ||
Kiwix relies on many open source libraries to compile. If it does not compile this probably means one of these library is not available. Check the configure log file. | Kiwix relies on many open source libraries to compile. If it does not compile this probably means one of these library is not available. Check the configure log file. | ||
</translate> | </translate> | ||
<translate><!--T:5--> | <translate>== Compilation == <!--T:5--> | ||
</translate> | </translate> | ||
Line 36: | Line 33: | ||
</translate> | </translate> | ||
<translate><!--T:8--> | <translate>== Other == <!--T:8--> | ||
The kiwix project provides also many additional tools. You may have a look to other code repositories [//code.kiwix.org here]. | The kiwix project provides also many additional tools. You may have a look to other code repositories [//code.kiwix.org here]. | ||
</translate> | </translate> | ||
<translate><!--T:9--> | <translate>== See also == <!--T:9--> | ||
* [[Development]] | * [[Development]] | ||
</translate> | </translate> |
Revision as of 08:31, 4 September 2013
These are the instructions to download and compile Kiwix source code.
Get the code
The source code of Kiwix is available:
- Directly from the source code repository: https://sourceforge.net/p/kiwix/kiwix/
- As a tarball: http://download.kiwix.org/src/
Dependencies
Kiwix relies on many open source libraries to compile. If it does not compile this probably means one of these library is not available. Check the configure log file.
Compilation
The compilation on UNIX (GNU/Linux) follows the GNU autotools procedure:
./autogen.sh
./configure
make
On Apple Mac OSX and Microsoft Windows, the compilation is far more complicated. Please have a look to the COMPILE file in Kiwix source directory.
Other
The kiwix project provides also many additional tools. You may have a look to other code repositories here.