Difference between revisions of "Compilation"

Jump to navigation Jump to search
323 bytes removed ,  11 years ago
Line 18: Line 18:
make
make
</source>
</source>
On [http://fedoraproject.org/ Fedora], the compilation is a little bit more complicated. You have to:
<source lang="bash">
./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
</source><noinclude>


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

Navigation menu