Difference between revisions of "Fedora Build Instructions"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 40: Line 40:
 
* http://openofficeorgfoo.blogspot.com/2007/12/building-ooo-build-from-source.html
 
* http://openofficeorgfoo.blogspot.com/2007/12/building-ooo-build-from-source.html
  
[[Category: Distribution-Specific Build Instructions]]
+
[[Category: Distribution-Specific Build Instructions]][[Category:Build_System]]

Revision as of 02:35, 29 December 2008

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