]>
| Commit | Line | Data |
|---|---|---|
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| 2 | <html> | |
| 3 | <head> | |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15"> | |
| 5 | <meta name="Author" content="KaiRo - Robert Kaiser"> | |
| 6 | <title>Das Mozilla-Build-System - Das System</title> | |
| 7 | <link rel="stylesheet" type="text/css" href="slides.css"> | |
| 8 | <script type="text/javascript" src="slides.js"></script> | |
| 9 | <link rel="contents" href="index.html" title="Übersicht"> | |
| 10 | <link rel="index" href="toc.html" title="Inhalt"> | |
| 11 | <link rel="start" href="index.html" title="Beginn"> | |
| 12 | <link rel="first" href="slide_introduction.html" title="Erste Seite"> | |
| 13 | <link rel="previous" href="slide_introduction.html" title="Vorige Seite"> | |
| 14 | <link rel="next" href="slide_reasons.html" title="Nächste Seite"> | |
| 15 | <link rel="last" href="slide_end.html" title="Letzte Seite"> | |
| 16 | </head> | |
| 17 | <body> | |
| 18 | <div id="header"><div id="header-text">Das Mozilla-Build-System</div> | |
| 19 | <img id="headerlogo" src="template/header-logo.png" alt=""> | |
| 20 | </div> | |
| 21 | <div id="slidenav"><div id="subheader-text">MAOW Berlin 2009</div> | |
| 22 | <a href="toc.html" accesskey="h">Inhalt</a> || | |
| 23 | <a href="index.html" accesskey="B">Beginn</a> || | |
| 24 | <a href="slide_introduction.html" accesskey="Z">< Zurück</a> | | |
| 25 | <a href="slide_reasons.html" id="goNext" accesskey="W">Weiter ></a> | |
| 26 | </div> | |
| 27 | ||
| 28 | <h1>Das Build-System</h1> | |
| 29 | ||
| 30 | <div class="simplebox"> | |
| 31 | <ul> | |
| 32 | <li>"Baut" eine gesamte Mozilla-basierende Anwendung (Firefox, Thunderbird, | |
| 33 | SeaMonkey, usw.) inklusive "eingebauter" Erweiterungen, wenn vorhanden</li> | |
| 34 | <li>Gleiches System auf allen Plattformen, die Mozilla unterstützt (Windows, | |
| 35 | MacOS X, Linux, OS/2, Solaris, ...)</li> | |
| 36 | <li>Derzeit großteils auf GNU make aufgebaut, inkl. Unix-Shell-Kommandos, | |
| 37 | etwas autoconf (2.13!), einige Perl- und Python-Skripte</li> | |
| 38 | <li>Schlechte Dokumentation der Interna, eine Menge sehr komplexer Skripte und | |
| 39 | alter Code, niemand versteht alle Teile</li> | |
| 40 | <li>DON'T PANIC! - Man muss nicht alle Details verstehen, um es zu verwenden, | |
| 41 | die Bedienung ist (meist) durchaus verständlich</li> | |
| 42 | <li>Aktuelle Entwicklung: <a href="http://benjamin.smedbergs.us/pymake/">pymake</a>, | |
| 43 | soll alles auf Python-Basis vereinheitlichen und vereinfachen</li> | |
| 44 | </ul> | |
| 45 | </div> | |
| 46 | ||
| 47 | </body> | |
| 48 | </html> |