Difference between revisions of "Mac OS X via Terminal.app"
Line 3: | Line 3: | ||
''commentary'' | ''commentary'' | ||
− | [http://developer.mozilla.org/en/docs/Build_Documentation See: | + | [http://developer.mozilla.org/en/docs/Build_Documentation See:I Surfed to somewhere] |
''I previous compiled and ran a tarball version of firefox"" | ''I previous compiled and ran a tarball version of firefox"" | ||
Line 10: | Line 10: | ||
== This is what I did to compile firefox from scratch the == | == This is what I did to compile firefox from scratch the == | ||
− | '' | + | [http://developer.mozilla.org/en/docs/Build_Documentation See:I opened the documentation] |
+ | |||
+ | ''I Ran Terminal.app'' | ||
+ | |||
+ | <nowiki>Last login: Mon Sep 17 17:23:57 on ttyp1 | ||
+ | Welcome to Darwin! | ||
+ | mamullin-btn710:~ coren$ rm -rf moz_src | ||
+ | mamullin-btn710:~ coren$ mkdir moz_src | ||
+ | mamullin-btn710:~ coren$ cd moz_src | ||
+ | mamullin-btn710:~/moz_src coren$ mkdir learncompile | ||
+ | mamullin-btn710:~/moz_src coren$ cd learncompile/ | ||
+ | mamullin-btn710:~/moz_src/learncompile coren$ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk | ||
+ | cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory | ||
+ | U mozilla/client.mk | ||
+ | mamullin-btn710:~/moz_src/learncompile coren$ cd mozilla/mamullin-btn710:~/moz_src/learncompile/mozilla coren$ make -f client.mk checkout MOZ_CO_PROJECT=browser | ||
+ | cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory | ||
+ | checkout start: Mon Sep 17 17:34:54 EDT 2007 | ||
+ | cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot -q -z 3 co mozilla/client.mk mozilla/browser/config/mozconfig mozilla/browser/config/version.txt mozilla/build/unix/uniq.pl mozilla/calendar/sunbird/config/version.txt mozilla/mail/config/version.txt mozilla/suite/config/version.txt | ||
+ | cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory | ||
+ | U mozilla/browser/config/mozconfig | ||
+ | U mozilla/browser/config/version.txt | ||
+ | U mozilla/calendar/sunbird/config/version.txt | ||
+ | U mozilla/mail/config/version.txt | ||
+ | U mozilla/suite/config/version.txt | ||
+ | cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory | ||
+ | cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot -q -z 3 co -P -r NSPR_HEAD_20070820 mozilla/nsprpub | ||
+ | cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory | ||
+ | U mozilla/nsprpub/.cvsignore | ||
+ | U mozilla/nsprpub/Makefile.in | ||
+ | U mozilla/nsprpub/configure | ||
+ | U mozilla/nsprpub/configure.in | ||
+ | </nowiki> |
Revision as of 16:37, 17 September 2007
computer interaction
commentary
I previous compiled and ran a tarball version of firefox"" See:Previous Blog Entry
This is what I did to compile firefox from scratch the
See:I opened the documentation
I Ran Terminal.app
Last login: Mon Sep 17 17:23:57 on ttyp1 Welcome to Darwin! mamullin-btn710:~ coren$ rm -rf moz_src mamullin-btn710:~ coren$ mkdir moz_src mamullin-btn710:~ coren$ cd moz_src mamullin-btn710:~/moz_src coren$ mkdir learncompile mamullin-btn710:~/moz_src coren$ cd learncompile/ mamullin-btn710:~/moz_src/learncompile coren$ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory U mozilla/client.mk mamullin-btn710:~/moz_src/learncompile coren$ cd mozilla/mamullin-btn710:~/moz_src/learncompile/mozilla coren$ make -f client.mk checkout MOZ_CO_PROJECT=browser cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory checkout start: Mon Sep 17 17:34:54 EDT 2007 cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot -q -z 3 co mozilla/client.mk mozilla/browser/config/mozconfig mozilla/browser/config/version.txt mozilla/build/unix/uniq.pl mozilla/calendar/sunbird/config/version.txt mozilla/mail/config/version.txt mozilla/suite/config/version.txt cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory U mozilla/browser/config/mozconfig U mozilla/browser/config/version.txt U mozilla/calendar/sunbird/config/version.txt U mozilla/mail/config/version.txt U mozilla/suite/config/version.txt cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot -q -z 3 co -P -r NSPR_HEAD_20070820 mozilla/nsprpub cvs checkout: warning: failed to open /Users/coren/.cvspass for reading: No such file or directory U mozilla/nsprpub/.cvsignore U mozilla/nsprpub/Makefile.in U mozilla/nsprpub/configure U mozilla/nsprpub/configure.in