Friday, September 28, 2007

Building Sunbird and GData Provider from CVS

Here is a quick and dirty build of Sunbird and GData Provider from CVS

cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout mozilla/client.mk
make -f mozilla/client.mk checkout MOZ_CO_PROJECT=calendar

(ignore the page wrap on the cvs line above!!)

add 'gdata' to the DIRS variable in mozilla/calendar/providers/Makefile.in

cd mozilla
./configure --enable-application=calendar
make


The provider will be at mozilla/dist/xpi-stage/gdata-provider.xpi and sunbird will be at mozilla/dist/bin/sunbird.

Have fun...

1 comment:

  1. Nightly builds of the gdata provider are now available with the Lightning nightly downloads.

    Check the http://ftp.mozilla.org/pub/mozilla.org/calendar/lightning/nightly/ directory specific to the version you select for a linux-xpi director.

    ReplyDelete