Difference between revisions of "LinuxIntelEnv.Set"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (change link to local)
m (Category Development)
Line 21: Line 21:
 
     ... on and on ...
 
     ... on and on ...
 
     export ... ENABLE_CUPS ENABLE_FONTCONFIG ENABLE_DIRECTX ...
 
     export ... ENABLE_CUPS ENABLE_FONTCONFIG ENABLE_DIRECTX ...
 +
 +
[[Category:Development]]

Revision as of 10:57, 3 April 2006

What it's for

This file is used to ensure a repeatable configuration for building OO.o. It achieves this by taking a snapshot of your environment and freezing all your important variables. There are two versions: LinxuIntelEnv.Set (for csh/tcsh [as used in the build itself]) and LinxuIntelEnv.Set.sh (for use by all right-minded bash users). Before you do an incremental build you to 'source' this:

       source ./LinuxIntelEnv.Set.sh
       dmake

Issues

These files contain the absolute path of the build - thus when you copy or move the build, you need to use the relocate tool to relocate it to the new position.

What it looks like

   ENABLE_CUPS="TRUE"
   ENABLE_FONTCONFIG="TRUE"
   ENABLE_DIRECTX=""
   VC_STANDARD=""
   WITH_GPC="NO"
   WITH_LIBART="NO"
   ... on and on ...
   export ... ENABLE_CUPS ENABLE_FONTCONFIG ENABLE_DIRECTX ...
Personal tools