Difference between revisions of "Real World Mozilla Day 2"
(→Resources) |
|||
Line 50: | Line 50: | ||
== Resources == | == Resources == | ||
− | * [http://www.irssi.org/irssi] + [http://f0rked.com/articles/irssi screen] | + | * [http://www.irssi.org/ irssi] + [http://f0rked.com/articles/irssi screen] |
* [http://www.gnu.org/software/make/manual/ GNU Make Manual] | * [http://www.gnu.org/software/make/manual/ GNU Make Manual] | ||
* [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 | + | * [[How Mozilla's build system works| On-line lecture by J. Paul Reed at Seneca on the the Mozilla Build (MDC)]] |
− | * [[http://developer.mozilla.org/en/docs/How_Mozilla's_build_system_works Explanation of | + | * [[http://developer.mozilla.org/en/docs/How_Mozilla's_build_system_works Explanation of |
* [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla Build Documentation for Developers (MDC)] | * [http://developer.mozilla.org/en/docs/Build_Documentation Mozilla Build Documentation for Developers (MDC)] | ||
* [http://benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/ MozillaBuild RC1 for Win32] | * [http://benjamin.smedbergs.us/blog/2007-01-12/mozillabuild-rc1/ MozillaBuild RC1 for Win32] |
Revision as of 11:48, 25 February 2007
Dive into Mozilla > Day 2
Contents
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 | More on 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
- irssi + screen
- GNU Make Manual
- CVS on-line book
- SVN on-line book
- TortoiseSVN Windows client
- On-line lecture by J. Paul Reed at Seneca on the the Mozilla Build (MDC)
- [[http://developer.mozilla.org/en/docs/How_Mozilla's_build_system_works Explanation of
- Mozilla Build Documentation for Developers (MDC)
- MozillaBuild RC1 for Win32