Difference between revisions of "Fedora Build Instructions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Necessary devel packages)
Line 7: Line 7:
 
The [[Building|build procedure]] is the same as for other Linux systems.
 
The [[Building|build procedure]] is the same as for other Linux systems.
  
=== Necessary devel packages ===
 
  
Partial list
+
 
  yum -y install mono-devel perl-Archive-Zip.noarch ant bison flex pam-devel cups-devel gperf \
+
=== Quick start guide ===
libxslt-devel openldap-devel
+
 
 +
./autogen.sh --with-distro=OxygenOfficeLinux --with-system-mozilla=firefox \
 +
        --with-jdk-home=/usr/lib/jvm/java-1.5.0-gcj --disable-kde \
 +
        --disable-Xaw
 +
 
 +
  yum -y install mono-devel perl-Archive-Zip.noarch ant bison \
 +
        flex pam-devel cups-devel gperf libxslt-devel openldap-devel \
 +
        firefox-devel xorg-x11-devel gstreamer-devel \
 +
        gstreamer-plugins-base-devel
 +
 
  
 
Better list
 
Better list

Revision as of 14:24, 18 December 2007

About Fedora

http://www.fedoraproject.org

Build Instructions

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


Quick start guide

./autogen.sh --with-distro=OxygenOfficeLinux --with-system-mozilla=firefox \
       --with-jdk-home=/usr/lib/jvm/java-1.5.0-gcj --disable-kde \
       --disable-Xaw
yum -y install mono-devel perl-Archive-Zip.noarch ant bison \
       flex pam-devel cups-devel gperf libxslt-devel openldap-devel \
       firefox-devel xorg-x11-devel gstreamer-devel \
       gstreamer-plugins-base-devel


Better list

Personal tools