Difference between revisions of "Ooo-build/mingw32soc"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: = Google Summer of Code Project: Crosscompile Win32 OOo on Linux = Setting up a build environment for OOo on Windows is a pain, requires expensive tools (at least when needing all feature...)
 
Line 5: Line 5:
 
== Project Status ==
 
== Project Status ==
  
This section will include a table showing the progress status of each module.
+
{|
 +
|soltools
 +
|OK
 +
|-
 +
|external
 +
|OK
 +
|-
 +
|expat
 +
|OK
 +
|-
 +
|xml2cmp
 +
|In Progress
 +
|}
  
 
== Show me the code! ==
 
== Show me the code! ==

Revision as of 16:17, 25 June 2009

Google Summer of Code Project: Crosscompile Win32 OOo on Linux

Setting up a build environment for OOo on Windows is a pain, requires expensive tools (at least when needing all features), and the IO performance of the used cygwin/msvs mix is rather disappointing. This task includes setting up, (if necessary) provide missing headers and tools, and actually performing a full cross build of OOo under Linux.

Project Status

soltools OK
external OK
expat OK
xml2cmp In Progress

Show me the code!

There's a public git repository with my current development branch. To get it, you can type:

git clone git://github.com/jcorrius/go-oo-mingw32-soc.git

Personal tools