September 13, 2005

SeaMonkey Project Alpha RC's, Blogs Launched

Feedhouse readers might've missed the announcements. The SeaMonkey project has launched two blogs, one for general announcements, one for QA. SeaMonkey blog SeaMonkey QA blog

Also, release candidates for SeaMonkey 1.0 alpha are available. The blogs above didn't give checkout instructions for the source, so here's the commands you need to get the 1.0a client.mk file:

cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -r SEAMONKEY_1_0a_RELEASE mozilla/client.mk

Also copy the following as mozilla/.mozconfig (generated from the Mozilla Build Configurator)

#
# See http://www.mozilla.org/build/ for build instructions.
#

# Options for client.mk.
mk_add_options MOZ_CO_PROJECT=suite
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@

# Options for 'configure' (same as command-line options).
ac_add_options --enable-application=suite
ac_add_options --enable-svg

Or you can use CTho's .mozconfig file.

UPDATE: Revised to include the SeaMonkey 1.0a branch tag.

Posted by WeirdAl at September 13, 2005 9:57 AM