1,885
edits
Changes
→Build Process
= Build Process =
== Fedora Linux ==
=== Build dependencies == === Linux ===
On Fedora:
* tcsh (yum install tcsh)
=== Get code via anonymous CVS ===
export 'CVSROOT=:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs' # set server information
# Check out the source code
cvs co OpenOffice2
=== Configure for platform and Build tools ===
# Configure for your platform - here Java and Mozilla are disabled (or install appropriate build dependencies)
cd ..
./bootstrap
=== Do the build ===
# Do the build (and time it!)