Build Requirements
From OpenOffice.org Wiki
| This page is moved into the Building Guide please make sure to add new information there and make this page a redirect if it only contains duplicate information. |
OpenOffice.org support these major platforms:
- Windows
- Linux (x86 and x86_64)
- Mac OS X (Intel)
- Solaris (x86, SPARC)
General build requirements
- Java: at least a Java Implementation compatible with JDK 1.5, JDK 1.6.x or OpenJDK are supported as well.
- Perl 5
- for the regular build the Mdiles Archive:Zip and XML:Parser are required
- for committing changes to the repository also Crypt:SSLeay and SOAP:Lite are required
- Ant: Ant 1.7
- Archiver: zip and unzip
- gperf tool
- Mozilla sources or libraries: some Mozilla libraries are need. Choose one of the following options:
- Recommended for newbies: Don't use the libraries: By using the --disable-mozilla switch for configure you waive the extra functionality.
- Build the libraries: Get the source from here, copy it into $SRC_ROOT/moz/download and configure will detect the source archive.
- Use prebuild libraries: Place LINUXGCCI{inc,lib,runtime}.zip into $SRC_ROOT/moz/zipped. You have to configure with --disable-build-mozilla to enable the use of the prebuild libraries. The files can be found here or can be reused if the packages were build following the instructions of the previous point. In the latter case they can be found in $SRC_ROOT/moz/unxlngi6.pro of a successful build.

