Difference between revisions of "Gentoo build instructions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '{{Documentation/Note|Please add only gentoo-specifics here! Use the information on the Building Guide and only fal…')
 
m
Line 1: Line 1:
 +
{{Documentation/Building Guide TOC
 +
|ShowNextPage=none
 +
|ShowPrevPage=none
 +
}}
 
{{Documentation/Note|Please add only gentoo-specifics here! Use the information on the [[Development/OpenOffice.org Building Guide/Building on Linux|Building Guide]] and only fall back to this document if you need help with gentoo-specifics (like package names).}}
 
{{Documentation/Note|Please add only gentoo-specifics here! Use the information on the [[Development/OpenOffice.org Building Guide/Building on Linux|Building Guide]] and only fall back to this document if you need help with gentoo-specifics (like package names).}}
 
=== packages ===
 
=== packages ===

Revision as of 14:53, 6 January 2010

[[{{{PrevPage}}}|< Previous Page

]]

[[{{{NextPage}}}|Next Page
>]]
Template:Documentation/Note

packages

Usable gentoo packages:

app-arch/rpm
app-arch/dpkg 
dev-lang/python
dev-libs/icu
dev-java/lucene-analyzers
dev-java/saxon
dev-java/sun-jdk
dev-perl/Archive-Zip
dev-util/ccache
media-gfx/xsane
media-libs/vigra

Template:Documentation/Note

configure

Sample configure command (trying to use as much gentoo provided packages as possible):

./configure \
 --with-use-shell=bash \
 --with-jdk-home=$(java-config -O) \
 --with-system-libs \
 --with-system-headers \
 --with-system-jars \
 --with-hsqldb-jar=$(java-config-2 -p hsqldb|tr ":" "\n"|grep hsqldb.jar) \
 --with-lucene-core-jar=$(java-config-2 -p lucene-2.4|tr ":" "\n"|grep lucene-core.jar) \
 --with-lucene-analyzers-jar=$(java-config-2 -p lucene-analyzers-2.3) \
 --with-saxon-jar=$(java-config-2 -p saxon|tr ":" "\n"|grep saxon8.jar) \
 --with-beanshell-jar=$(java-config-2 -p bsh) \
 --without-system-agg \
 --without-system-lpsolve \
 --without-system-mspack \
 --without-system-graphite \
 --without-system-altlinuxhyph \
 --disable-mozilla \
 --disable-binfilter
Personal tools