Difference between revisions of "Fedora Build Instructions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Quick start guide)
Line 10: Line 10:
  
 
=== Quick start guide ===
 
=== Quick start guide ===
 +
  
 
  yum -y install mono-devel perl-Archive-Zip ant bison \
 
  yum -y install mono-devel perl-Archive-Zip ant bison \
Line 16: Line 17:
 
         gstreamer-plugins-base-devel db4-devel unixODBC-devel \
 
         gstreamer-plugins-base-devel db4-devel unixODBC-devel \
 
         xml-commons-jaxp-1.3-apis xalan-j2 boost-devel \
 
         xml-commons-jaxp-1.3-apis xalan-j2 boost-devel \
         unixODBC-devel qt-devel
+
         unixODBC-devel qt-devel subversion autoconf automake \
 
+
        gtk2-devel gcc-c++  gnome-vfs2-devel rpm-build \
install JDK from Sun
+
        expat-devel python-devel curl-devel
  
 
  ./autogen.sh -with-distro=SUSE \
 
  ./autogen.sh -with-distro=SUSE \
Line 24: Line 25:
 
         --with-ant-home=/usr/share/ant \
 
         --with-ant-home=/usr/share/ant \
 
         --with-system-mozilla=firefox \
 
         --with-system-mozilla=firefox \
         --disable-Xaw
+
         --disable-Xaw \
 +
        --disable-kde \
 +
        --disable-mono \
 +
        --enable-opengl --enable-ogltrans \
 +
        --disable-neon \
 +
        --enable-debug
  
  
  
Better list
+
Another list
 
* http://people.redhat.com/caolanm/ooocvs/makefc3chroot
 
* http://people.redhat.com/caolanm/ooocvs/makefc3chroot
  
 +
Blog about building ooo-build on Fedora 7
 +
* http://openofficeorgfoo.blogspot.com/2007/12/building-ooo-build-from-source.html
  
 
[[Category: Distribution-Specific Build Instructions]]
 
[[Category: Distribution-Specific Build Instructions]]

Revision as of 17:18, 22 December 2007

About Fedora

http://www.fedoraproject.org

Build Instructions

The build procedure is the same as for other Linux systems.


Quick start guide

yum -y install mono-devel perl-Archive-Zip ant bison \
       flex pam-devel cups-devel gperf libxslt-devel openldap-devel \
       firefox-devel xorg-x11-devel gstreamer-devel \
       gstreamer-plugins-base-devel db4-devel unixODBC-devel \
       xml-commons-jaxp-1.3-apis xalan-j2 boost-devel \
       unixODBC-devel qt-devel subversion autoconf automake \
       gtk2-devel gcc-c++  gnome-vfs2-devel rpm-build \
       expat-devel python-devel curl-devel
./autogen.sh -with-distro=SUSE \
       --with-jdk-home=/usr/lib/jvm/java-1.5.0-gcj \
       --with-ant-home=/usr/share/ant \
        --with-system-mozilla=firefox \
       --disable-Xaw \
       --disable-kde \
       --disable-mono \
       --enable-opengl --enable-ogltrans \
       --disable-neon \
       --enable-debug


Another list

Blog about building ooo-build on Fedora 7

Personal tools