Changes

Jump to: navigation, search

User:Jb

644 bytes added, 12:18, 11 October 2007
no edit summary
[https://bugzilla.mozilla.org/show_bug.cgi?id=383369 383369 Secure (encrypted, https) sites loading as being partially encrypted. Broken lock is present as is the white address bar]
 
== Compiling Firefox in Seneca lab ==
 
In the interest of being able to copy and paste, here is how I build Firefox in the Seneca labs, in Linux (Matrix). Note I'm using Chris Tyler's source tree, which is probably horrendously out of date.
 
mkdir -p /tmp/moz
cd /tmp/moz
scp learnid@tel2096.proximity.on.ca:/public/* .
unzip *.zip
vi .mozconfig
 
Go into insert mode and paste the following:
 
. $topsrcdir/browser/config/mozconfig
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
ac_add_options --disable-optimize
ac_add_options --enable-debug
mk_add_options MOZ_MAKE_FLAGS=-j3
 
Save, and run:
 
time make -f client.mk build
1
edit

Navigation menu