Difference between revisions of "OpenSolaris Build Instructions"
From Apache OpenOffice Wiki
m (→Prerequisites) |
|||
| Line 8: | Line 8: | ||
pfexec pkg install <packagename> | pfexec pkg install <packagename> | ||
| − | * SUNWsvn | + | * SUNWgcc (if you build with gcc, not with Sun Studio) |
| + | * SUNWsvn (if you like to checkout sources via Subversion) | ||
== Special switches == | == Special switches == | ||
Revision as of 13:24, 30 October 2008
The page should be filled with useful information about how to build a recent version of OOo on the OpenSolaris platform. Some mailing list postings showed that this may not be an easy task.
Prerequisites
If you have a freshly installed OpenSolaris you may need the following packages to build OpenOffice.org. A package can be installed with:
pfexec pkg install <packagename>
- SUNWgcc (if you build with gcc, not with Sun Studio)
- SUNWsvn (if you like to checkout sources via Subversion)