Deutsch English Français
Your feedback:
Did you like this page? vote3 Yes
vote2 Partly
vote1 No
Your comment?

Add your email address, if you want to get a response

Your name, if you like

Do not change this:
Feedback
Search

2004-11-13

Mozilla Firefox 1.0

NewsInternetLinuxComputer
Mozilla Firefox 1.0 released.
Beside running the binary packages you may also build it yourself:
  • Download Mozilla Firefox sourcecode
    (Prerequisites).
  • Extract your archiv (e.g. firefox-1.0-source.tar.bz2):
    tar xjf firefox-1.0-source.tar.bz2
    and change your current working directory to the new one:
    cd mozilla/
  • There you should create a file .mozconfig like this one:
    . ./browser/config/mozconfig
    ac_add_options --prefix=/usr/local/firefox
    ac_add_options --disable-debug
    ac_add_options --disable-installer
    ac_add_options --enable-optimize="-O2 -funroll-loops -ffast-math -fschedule-insns2 -fexpensive-optimizations"
    (Mozilla build options)
  • Compile the sourcecode:
    gmake -f client.mk build
    (Mozilla make build)
  • Either run the new program immediately or install it into the selected folder:
    make install
  • Start it:
    cd /usr/local/firefox/bin/
    ./firefox
  • Links:
26-11-2005 18.28
Powered by PHP Created with Xemacs Valid rss 2.0! Valid XHTML 1.0! Valid CSS!