Difference between revisions of "Real World Mozilla Day 2"

From CDOT Wiki
Jump to: navigation, search
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Dive into Mozilla]] > Day 2
+
[[Real World Mozilla]] > Day 2
  
 
==Overview==
 
==Overview==
Line 18: Line 18:
 
<tr>
 
<tr>
 
<td>10:00 - 10:30</td>
 
<td>10:00 - 10:30</td>
<td>More on IRC.</td>
+
<td>Review of Mozilla Technologies and IRC.</td>
 
</tr>
 
</tr>
  
Line 28: Line 28:
 
<tr>
 
<tr>
 
<td>11:00 - 12:00</td>
 
<td>11:00 - 12:00</td>
<td>[[Dive into Mozilla Build Mozilla Lab|Lab: Writing a simple makefile.]]</td>
+
<td>[[Real World Mozilla Makefile Lab|Lab: Writing a simple makefile.]]</td>
 
</tr>
 
</tr>
  
Line 43: Line 43:
 
<tr>
 
<tr>
 
<td>2:00 - 4:00</td>
 
<td>2:00 - 4:00</td>
<td>[[Dive into Mozilla Build Mozilla Lab|Lab: Building Firefox from source.]]</td>
+
<td>[[Real World Mozilla Build Mozilla Lab|Lab: Building Firefox from source.]]</td>
 
</tr>
 
</tr>
  
Line 50: Line 50:
 
== Resources ==
 
== Resources ==
  
* [http://www.irssi.org/irssi] + [http://f0rked.com/articles/irssi screen]
+
=== IRC ===
 +
* [http://www.irssi.org/ irssi]
 +
* [http://f0rked.com/articles/irssi irssi+screen]
 +
* [[Irssi Tutorial]]
 +
 
 +
=== Make and Makefiles ===
 
* [http://www.gnu.org/software/make/manual/ GNU Make Manual]  
 
* [http://www.gnu.org/software/make/manual/ GNU Make Manual]  
 +
* [http://www.eng.hawaii.edu/Tutor/Make/ Make Tutorial]
 +
 +
=== Version Control ===
 
* [http://cvsbook.red-bean.com/ CVS on-line book]
 
* [http://cvsbook.red-bean.com/ CVS on-line book]
 
* [http://svnbook.red-bean.com/ SVN on-line book]
 
* [http://svnbook.red-bean.com/ SVN on-line book]
 
* [http://tortoisesvn.tigris.org/ TortoiseSVN Windows client]
 
* [http://tortoisesvn.tigris.org/ TortoiseSVN Windows client]
* [[How Mozilla's build system works| On-line lecture by J. Paul Reed at Seneca on the
+
* [http://cdot.senecac.on.ca/cdotsvn.html SVN Sandbox on CDOT]
* [[http://developer.mozilla.org/en/docs/How_Mozilla's_build_system_works Explanation of the Mozilla Build (MDC)]]
+
 
* [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla Build Documentation for Developers (MDC)]  
+
=== Mozilla Build ===
* [http://benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/ MozillaBuild RC1 for Win32]
+
* [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla Build Documentation for Developers (MDC)]
 +
* [http://developer.mozilla.org/en/docs/How_Mozilla's_build_system_works Explanation of how the Mozilla build works (MDC)]
 +
* [[How_the_Build_Works|On-line lecture by J. Paul Reed at Seneca on the Mozilla Build]]
 +
* [[Release Builds: from source tree to exe|On-line lecture by Rob Helmer at Seneca on the Mozilla Build and Release process]]

Latest revision as of 15:14, 13 April 2007

Real World Mozilla > Day 2

Overview

The second day is focused on issues surrounding the Mozilla build process. This includes version control, build tools, environment setup, and eventually building Firefox.

Location

T4046/T4042

Agenda

Time Activity
10:00 - 10:30 Review of Mozilla Technologies and IRC.
10:30 - 11:00 Introduction to make and makefiles.
11:00 - 12:00 Lab: Writing a simple makefile.
12:00 - 1:00 Lunch
1:00 - 2:00 Version Control using CVS and SVN.
2:00 - 4:00 Lab: Building Firefox from source.

Resources

IRC

Make and Makefiles

Version Control

Mozilla Build