Changes

Jump to: navigation, search

Building Open Source Projects Lab Fall 2008

2,457 bytes added, 16:05, 12 September 2008
New page: == Overview == This lab is designed to give you first-hand experience building a large open source project from source, specifically Mozilla Firefox or OpenOffice.org. This includes sett...
== Overview ==

This lab is designed to give you first-hand experience building a large open source project from source, specifically Mozilla Firefox or OpenOffice.org. This includes setting-up a proper development/build environment, using revision control to obtain the latest source code, configuring your build, and actually doing a complete build.

By the end of this lab you should have a functioning debug trunk build of Firefox or OpenOffice.org, which we'll use for the remainder of the term for other development work.

== Instructions ==

* Both Firefox and OpenOffice.org run on Windows, Linux, and Mac. You can, and should, get experience building on all 3 platforms, but begin with one and do more if you have time.

* If you've never built either before, build Mozilla Firefox trunk (i.e., 3.1). If you have built Firefox in the past, build OpenOffice.org for a new experience.

* Follow the instructions for creating a build environment, obtaining the source, configuring, and building:
** [[http://developer.mozilla.org/en/Build_Documentation Mozilla Firefox Build Instructions]]
** OpenOffice.org Build Instructions

* Once your build is complete, run it, and get a screenshot of the build number
** For Firefox, use '''Help > About''' or enter '''about:''' in your address bar.
** For OpenOffice.org, use '''Help > About'''

* Create a wiki page under your username and post any build output and the screenshot

* Write a blog post about your experiences. What was hard? What did you learn that you didn't know before? How would you do it differently next time? What advice would you give others trying this?

== Various Tips ==

* Do '''not''' use your default profile with your newly built Firefox in case something gets broken. Instead, run your browser like this:

''objdir''/dist/bin/firefox -no-remote -profilemanager

Now create a new temporary profile for testing.

* You can obtain Visual Studio from [http://acs.senecac.on.ca ACS] via their MSDN download centre. Make sure you get the right version.

* In order to build with another operating system, consider creating a [http://en.wikipedia.org/wiki/Virtual_machine virtual machine] so that you don't wreck your main operating system. You can use Sun's [http://www.virtualbox.org/ Virtual Box], [http://www.vmware.com/products/player/ VMWare Player], [http://wubi-installer.org/index.php Wubi], or many others. All are free, and can be used to host Windows/Linux.

Navigation menu