Difference between revisions of "Compilation/it"

Jump to navigation Jump to search
Updating to match new version of source page
(Created page with "Queste sono le istruzioni per scaricare e compilare il codice sorgente di Kiwix.")
(Updating to match new version of source page)
 
(16 intermediate revisions by 4 users not shown)
Line 2: Line 2:
Queste sono le istruzioni per scaricare e compilare il codice sorgente di Kiwix.
Queste sono le istruzioni per scaricare e compilare il codice sorgente di Kiwix.


== Get the code ==
== Ottieni il codice ==


The source code of Kiwix is available:
The source code of Kiwix is available:
* Directly from the source code repository: https://sourceforge.net/p/kiwix/kiwix/
* Directly from the source code repository: https://github.com/kiwix/kiwix/
* As a tarball: http://download.kiwix.org/src/
* As a tarball: http://download.kiwix.org/src/


== Dependencies ==
Prima di continuare, leggi il file [http://compile.kiwix.org README].
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 ==
== Dipendenze  ==
Kiwix poggia su alcune librerie open source. Se non compila, è probabile che una di queste librerie non sia disponibile. Controlla il file di log di configurazione. Potresti non avere alcune librerie:
* [http://openzim.org/wiki/Libzim libzim]
* [http://tukaani.org/xz/ liblzma]
* [http://ctpp.havoc.ru/en/ libctpp2]


The compilation on UNIX (GNU/Linux) follows the GNU autotools procedure:
== Compilazione ==
 
La compilazione su UNIX (GNU/Linux) segue la procedura GNU Build System:
<source lang="bash">
<source lang="bash">
./autogen.sh
./autogen.sh
Line 20: Line 25:
</source>
</source>


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.
On Apple Mac OS X and Microsoft Windows, the compilation is far more complicated. Please have a look to the COMPILE file in Kiwix source directory.


== Other ==
== Altro ==
The kiwix project provides also many additional tools. You may have a look to other code repositories [//code.kiwix.org here].
Il progetto Kiwix fornisce anche altri strumenti. Puoi dare un'occhiata agli altri codici [//code.kiwix.org qui].


== See also ==
== Vedi anche ==
* [[Development]]
* [[{{ll|Development}}|Sviluppo]]
4,922

edits

Navigation menu