You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



You are here: Minimo project page > Building Minimo on Linux

Building Minimo for Linux

Please read this entire document before getting started or asking questions about how to build.

Set up your build environment
  • You can find complete directions on how to do this here. But before you go there and read up, please finish reading these steps.
  • If you can build mozilla already, there is nothing to do in this step.
Pull the trunk
  • All current work is on the trunk. When stable milestones are reached, they will be tagged and listed below.
  • Directions on how to pull a tree are here.
  • You will need to do:
    • cvs co mozilla/client.mk mozilla/minimo/config/
Move mozconfig into the right place
  • Copy the mozconfig from mozilla/minimo/config/mozconfig/linux_x86 to the root directory of the build:
    • cp mozilla/minimo/config/mozconfig/linux_x86 mozilla/mozconfig
Kick off a build
  • Then start a build:
    • cd mozilla
    • make -f client.mk build_all
Packaging it up
  • TBD. Bother DougT...