Difference between revisions of "Documentation/Building Guide/Building on Solaris"

From Apache OpenOffice Wiki
Jump to: navigation, search
(toc)
(removing superficial text)
Line 1: Line 1:
 
{{DISPLAYTITLE:Building on Solaris}}
 
{{DISPLAYTITLE:Building on Solaris}}
__NOTOC__
 
 
[[Category: Development]]
 
[[Category: Development]]
 
[[Category:Build_System]]
 
[[Category:Build_System]]
Line 17: Line 16:
 
|-
 
|-
 
|}
 
|}
 +
__TOC__
  
 
This document describes building OpenOffice.org on Solaris.
 
This document describes building OpenOffice.org on Solaris.
  
 +
= Requirements =
 
== Hardware Requirements ==
 
== Hardware Requirements ==
  
 
* Solaris/x86: one or more reasonable fast CPUs, x-way CPU's recommended.
 
* Solaris/x86: one or more reasonable fast CPUs, x-way CPU's recommended.
 
 
* Solaris/Sparc: UltraSparc III
 
* Solaris/Sparc: UltraSparc III
 
 
* 2 GB RAM
 
* 2 GB RAM
 
 
* 10 GB free disk space
 
* 10 GB free disk space
  
Line 33: Line 31:
  
 
* Solaris 10, OpenSolaris 2008.5 or higher
 
* Solaris 10, OpenSolaris 2008.5 or higher
 
 
* C/C++ Compiler: SunStudio 8, SunStudio 10 - SunStudio 12, SunStudio Express, newer compilers will likley work with a little tweaking
 
* C/C++ Compiler: SunStudio 8, SunStudio 10 - SunStudio 12, SunStudio Express, newer compilers will likley work with a little tweaking
 
== Overview ==
 
 
Commands you have to type on the keyboard follow this syntax throughout this document:
 
./configure
 
 
In this example, the script <CODE>configure</CODE> is executed.
 
 
It is possible to use bash or tcsh as shell. This is enabled with the <CODE>--with-use-shell</CODE> configure switch. These instructions are for tcsh, but you should be able to guess the needed changes for bash. The environment file for bash adds an additional <CODE>.sh</CODE> suffix to the tcsh environment file.
 
 
<CODE>$SRC_ROOT</CODE> will denote the directory in which the source code of OpenOffice.org is stored.
 

Revision as of 11:42, 17 July 2009

Building Guide
Introduction

Getting the source
Basic Concepts
Build Requirements
Building on Windows
Building on Mac OS X
Building on Linux
Building on Solaris

This document describes building OpenOffice.org on Solaris.

Requirements

Hardware Requirements

  • Solaris/x86: one or more reasonable fast CPUs, x-way CPU's recommended.
  • Solaris/Sparc: UltraSparc III
  • 2 GB RAM
  • 10 GB free disk space

Software Requirements

  • Solaris 10, OpenSolaris 2008.5 or higher
  • C/C++ Compiler: SunStudio 8, SunStudio 10 - SunStudio 12, SunStudio Express, newer compilers will likley work with a little tweaking
Personal tools