Changes

Jump to: navigation, search

OOo Building

551 bytes added, 00:08, 25 April 2008
Get code via anonymous CVS
= Build Process =
 
 
== Build dependencies ==
 
=== Linux ===
 
On Fedora:
* standard development toolchain
* gperf (yum install gperf)
* tcsh (yum install tcsh)
== Get code via anonymous CVS ==
# Check out the source code
cvs co OpenOffice2
 
# Configure for your platform - here Java and Mozilla are disabled (or install appropriate build dependencies)
cd config_office
./configure --without-java --disable-mozilla
# NB - A problem may be reported on line 2011 of an output shell script -- fix quotes (change " to ' on that line) and retry that one script
 
# Set up the build tools
cd ..
./bootstrap
 
# Do the build (and time it!)
time dmake
= Resources =

Navigation menu