Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I build a release version of Camino or build Camino from a specific branch?

0
Posted

How do I build a release version of Camino or build Camino from a specific branch?

0

A. These build instructions will build the “trunk” code for Camino, the site of ongoing development. If you want to build the latest Camino release, download and unpack the source tarball for that release instead of checking out source from cvs. For release builds of Camino, be sure to add the following lines to your .mozconfig file: ac_add_options –disable-shared ac_add_options –enable-static After editing your .mozconfig, start your build by running make -f client.mk from your mozilla directory. If you wish to build the Camino code that exists on a certain branch, you should follow the main instructions for checking out the source code but modify the two cvs co commands to include the appropriate branch tag. To build Camino code on the Mozilla 1.8 branch (Camino 1.6.x), the appropriate commands are as follows: $ cvs co -r MOZILLA_1_8_BRANCH mozilla/client.mk $ cvs co -r MOZILLA_1_8_BRANCH mozilla/camino/config/mozconfig Note that all Camino development is done on the trunk and back

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123