Compilation/en
From Kiwix
< Compilation(Redirected from Compilation)
- Deutsch
- English
- Español
- Français
- עברית
- Portuguese
The compilation is standard.
Please follow these steps:
./autogen.sh ./configure make
On Fedora, the compilation is a little bit more complicated. You have to:
./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

