Difference between revisions of "OOo Mac Build"

From CDOT Wiki
Jump to: navigation, search
(Openoffice.org Fedora Build)
(Setting C and C++ compilers)
Line 13: Line 13:
  
 
== Setting C and C++ compilers ==
 
== Setting C and C++ compilers ==
 
+
* Bash shell
 +
** Without ccache
 +
*** export CC=gcc
 +
*** export CXX=g++
 +
** With ccache
 +
*** export CC="ccache gcc"
 +
*** export CXX="ccache g++"
  
 
== Configuring The Source ==
 
== Configuring The Source ==

Revision as of 17:53, 4 February 2009

Openoffice.org Fedora Build

  • Resources
CDOT Computer Status - Who is working where
Student Name CDOT Computer Name Operation Status
Daeseon Moon (irc:Daeseon) Russia building DEV41

Getting the Source

OpenOffice Max OS X AquaBuild instructions

Setting C and C++ compilers

  • Bash shell
    • Without ccache
      • export CC=gcc
      • export CXX=g++
    • With ccache
      • export CC="ccache gcc"
      • export CXX="ccache g++"

Configuring The Source

Setting Environment Variables

Bootstrapping

Build