Visit Mozilla.org

Dokumentacja kompilacji

z Mozilla Developer Center, polskiego centrum programistów Mozilli.

UWAGA: Tłumaczenie tej strony nie zostało zakończone.
Może być ona niekompletna lub wymagać korekty.
Chcesz pomóc? | Dokończ tłumaczenie | Sprawdź ortografię | Więcej takich stron...

The Mozilla build system, like the rest of the Mozilla codebase, is cross-platform. It uses traditional unix-style autoconf and make tools to build the various applications (even on non-unix operating systems).

Because the Mozilla codebase builds many different applications and has many options, it is complex to use and learn. Please read these instructions carefully before attempting a build.

Spis treści


These build pages are for the projects which use the autoconf-based build system: Firefox, Thunderbird, Mozilla Suite / SeaMonkey, XULRunner, Sunbird, standalone Composer, standalone XPCOM, and standalone XPConnect.

For build information on other mozilla projects, visit their project or build page: Camino, NSPR, Spidermonkey, NSS, and Directory SDK for C.

If you are having build problems, please post questions to the newsgroup mozilla.dev.builds (access via Google Groups). Make your post as precise as possible, including details about your operating system, your mozconfig/configure flags, and the precise error you are experiencing.

[edytuj] Na początek

[edytuj] Wymagania kompilacji

Zanim spróbujesz skompilować, upewnij się że masz wszystkie potrzebne narzędzia i że są one poprawnie skonfigurowane.

[edytuj] Pobierz kod źródłowy

Pobierz kod źródłowy Mozilli
Source code for releases is available for download via FTP/HTTP.

Kod źródłowy Mozilli poprzez CVS
Those doing active development can check out the latest source using CVS. This is the preferred method if you plan to provide patches and fix bugs, as it lets you get up-to-the-minute changes and merge them with your own.

Browse Sources on the Web
Mozilla sources are available for online browsing at the Mozilla Cross-Reference (LXR).

[edytuj] Konfigurowanie opcji kompilacji

Running configure and make with the default options will not give you a good working build. You should use a .mozconfig file to obtain a reasonable release build. Please read Konfigurowanie opcji kompilacji carefully before building.

[edytuj] Kompilacja oraz instalacja

The Mozilla build system uses GNU make and configure scripts to drive the build. Please follow the build and installation instructions carefully.

[edytuj] Random FAQs and Developer Documentation

[edytuj] Hacking the Build System