Difference between revisions of "User:Dyrcona"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 18: Line 18:
  
 
I source the above in my DEV300_m0 directory so that the cache is stored there.
 
I source the above in my DEV300_m0 directory so that the cache is stored there.
 +
 +
 +
[[Category:Porting]]
 +
[[Category:MacOSX]]
 +
[[Category:Aqua]]

Revision as of 20:41, 13 March 2008

Hi, there! My name is Jason Stephenson. I am new to OpenOffice.org, but I plan to help out with the native Mac OS X port.

I have started a blog where I'll post updates about my progress on working with OO.o and the Mac OS X native port.


Below are some tips for building OO.o on Mac OS X Leopard. Soon, I'll have my complete build methodology laid out.

One thing I do is put the following in a text file, so I can source it into my build environment before starting:

export CCACHE_DIR="$(pwd)/.ccache"
export CC="ccache gcc"
export CXX="ccache g++"
export TMP=/tmp
export SYSTEM_OPENSSL=YES
export CVSROOT=:pserver:anoncvs@anoncvs.services.openoffice.org:2401/cvs

I source the above in my DEV300_m0 directory so that the cache is stored there.

Personal tools