Difference between revisions of "Fedora Build Instructions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Necessary devel packages)
(Deleted content as it was integrated into another page)
 
(17 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== About Fedora ===
+
=== Moved to new location ===
  
http://www.fedoraproject.org
+
[https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step This page was integrated into the page with instructions for different platforms to have all in one location]
  
=== Build Instructions ===
+
[[Category: Distribution-Specific Build Instructions]][[Category:Build_System]]
 
+
The [[Building|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
+
* http://people.redhat.com/caolanm/ooocvs/makefc3chroot
+
 
+
 
+
[[Category: Distribution-Specific Build Instructions]]
+

Latest revision as of 22:01, 6 September 2016

Moved to new location

This page was integrated into the page with instructions for different platforms to have all in one location

Personal tools