Difference between revisions of "Database/Drivers/MySQL Native/OOoBuildEnvironment"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Setup)
(Setup)
Line 17: Line 17:
 
cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout -r DEV300_m10 OpenOffice3
 
cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout -r DEV300_m10 OpenOffice3
 
cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs update -r cws_src680_mysqlnative OpenOffice3
 
cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs update -r cws_src680_mysqlnative OpenOffice3
 +
cd config_office/
 +
</pre></code>
  
 +
* Configure OOo
 +
* NOTE: your system might not need the --with-system-freetype and with-jdk-home options.
 +
<code><pre>
 +
./configure --disable-mediawiki --disable-build-mozilla --with-use-shell=bash --with-system-freetype --with-jdk-home=/usr 
 
</pre></code>
 
</pre></code>

Revision as of 12:33, 15 May 2008

How to set up an OpenOffice.org Build environment for C/OOo development

Requirements

For the first step use:

  • VMWare
  • Linux
  • 32bit

Setup

  • Check out the OpenOffice.org source required for C/OOo development
mkdir OpenOffice3
cd OpenOffice3/
cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs checkout -r DEV300_m10 OpenOffice3
cvs -d :pserver:anoncvs@anoncvs.services.openoffice.org:/cvs update -r cws_src680_mysqlnative OpenOffice3
cd config_office/
  • Configure OOo
  • NOTE: your system might not need the --with-system-freetype and with-jdk-home options.
./configure --disable-mediawiki --disable-build-mozilla --with-use-shell=bash --with-system-freetype --with-jdk-home=/usr   
Personal tools