Results 1 to 5 of 5
Ok, I made a working build of Firefox from source code! I have it working when I run it from a terminal using "./firefox" in the dir .../mozilla-1.9.2/obj-i686-pc-linux-gnu/dist/bin.
I've been ...
- 02-08-2010 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 14
Installing Firefox from Soruce
Ok, I made a working build of Firefox from source code! I have it working when I run it from a terminal using "./firefox" in the dir .../mozilla-1.9.2/obj-i686-pc-linux-gnu/dist/bin.
I've been following the instructions from Mozilla found here (developer.mozilla.org/en/Build_and_Install) and I am down to the "Installing Your Build" section.
I can't figure out what the heck they want me to do here. I run the make in the object directory (seemingly successfully), but I don't get a zip or bz2 in the dist directory. Anyone done this before?
Originally Posted by MDC
btw, if it matters, i'm running Debian 5.04 and xfce
- 02-08-2010 #2
I think you must run "make dist".
But this is nothing you should need. It is only for distributors who want to make binary packages that they can distribute.Debian GNU/Linux -- You know you want it.
- 02-08-2010 #3Just Joined!
- Join Date
- Sep 2009
- Posts
- 14
- 02-08-2010 #4
There are no default program directories per se. Instead, you tell the "program starter" where to look for executables. For example, type "echo $PATH" in the shell. You will get a list of directories that are looked into whenever you type e.g. "firefox".
What I did was to install firefox with all it's files in a directory under my HOME directory. $HOME/firefox
This is sufficent if you are the only user on the system.
If you put it in the system directories, like /usr/bin or /opt/firefox, then you
have more maintenance work. (You must remember to remove old version whenever you update etc.)
Yes.
howto:customize-menu [Xfce wiki]Debian GNU/Linux -- You know you want it.
- 02-08-2010 #5Just Joined!
- Join Date
- Sep 2009
- Posts
- 14


Reply With Quote

