From ddf0bb6f9c063d03a1ff6e506ee42816ba1fd4c5 Mon Sep 17 00:00:00 2001 From: "82.130.121.16" Date: Tue, 28 Sep 2010 14:46:05 +0000 Subject: Describe building on Ubuntu --- Software/libreoffice/HowToBuild.moin | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Software/libreoffice/HowToBuild.moin (limited to 'Software/libreoffice') diff --git a/Software/libreoffice/HowToBuild.moin b/Software/libreoffice/HowToBuild.moin new file mode 100644 index 00000000..4b23ef06 --- /dev/null +++ b/Software/libreoffice/HowToBuild.moin @@ -0,0 +1,12 @@ +On my Ubuntu Lucid, I had to get: + +git clone git://anongit.freedesktop.org/git/libreoffice/build + +apt-get build-dep openoffice.org +apt-get install junit4 libgnomevfs2-dev + +./autogen.sh --with-distro=LibreOfficeLinux --with-git --with-num-cpus=2 +./download +make + +and I (had to) run the ./autogen command with --disable-kde --disable-kde4 because I am not interested in the qt frontend (and would get some errors about missing qt headers when I actually had them installed). -- cgit v1.2.3 From 514ba33a8ba3e79c33192f6f06dc31dc652a0c45 Mon Sep 17 00:00:00 2001 From: "82.130.121.16" Date: Tue, 28 Sep 2010 14:50:21 +0000 Subject: fix formatting --- Software/libreoffice/HowToBuild.moin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/libreoffice') diff --git a/Software/libreoffice/HowToBuild.moin b/Software/libreoffice/HowToBuild.moin index 4b23ef06..86dd55f5 100644 --- a/Software/libreoffice/HowToBuild.moin +++ b/Software/libreoffice/HowToBuild.moin @@ -1,5 +1,5 @@ On my Ubuntu Lucid, I had to get: - +{{{ git clone git://anongit.freedesktop.org/git/libreoffice/build apt-get build-dep openoffice.org @@ -8,5 +8,5 @@ apt-get install junit4 libgnomevfs2-dev ./autogen.sh --with-distro=LibreOfficeLinux --with-git --with-num-cpus=2 ./download make - +}}} and I (had to) run the ./autogen command with --disable-kde --disable-kde4 because I am not interested in the qt frontend (and would get some errors about missing qt headers when I actually had them installed). -- cgit v1.2.3 From 02abb0cbad3884ccce3cc8f926ad4923bcf5f06d Mon Sep 17 00:00:00 2001 From: "62.112.76.1" Date: Tue, 28 Sep 2010 17:02:51 +0000 Subject: --- Software/libreoffice/HowToBuild.moin | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Software/libreoffice') diff --git a/Software/libreoffice/HowToBuild.moin b/Software/libreoffice/HowToBuild.moin index 86dd55f5..cb628763 100644 --- a/Software/libreoffice/HowToBuild.moin +++ b/Software/libreoffice/HowToBuild.moin @@ -10,3 +10,10 @@ apt-get install junit4 libgnomevfs2-dev make }}} and I (had to) run the ./autogen command with --disable-kde --disable-kde4 because I am not interested in the qt frontend (and would get some errors about missing qt headers when I actually had them installed). + +On openSUSE (11.3 for me) try +{{{ +zypper source-install OpenOffice_org +zypper in junit4 gnome-vfs2-devel +}}} +instead of apt-get -- cgit v1.2.3 From 265e558c24c483182c6bce939b7cb1da9db2acae Mon Sep 17 00:00:00 2001 From: "190.74.195.247" <190.74-195-247.dyn.dsl.cantv.net> Date: Tue, 28 Sep 2010 17:14:58 +0000 Subject: Move to LibreOffice --- Software/libreoffice/HowToBuild.moin | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'Software/libreoffice') diff --git a/Software/libreoffice/HowToBuild.moin b/Software/libreoffice/HowToBuild.moin index cb628763..0f3af564 100644 --- a/Software/libreoffice/HowToBuild.moin +++ b/Software/libreoffice/HowToBuild.moin @@ -1,19 +1 @@ -On my Ubuntu Lucid, I had to get: -{{{ -git clone git://anongit.freedesktop.org/git/libreoffice/build - -apt-get build-dep openoffice.org -apt-get install junit4 libgnomevfs2-dev - -./autogen.sh --with-distro=LibreOfficeLinux --with-git --with-num-cpus=2 -./download -make -}}} -and I (had to) run the ./autogen command with --disable-kde --disable-kde4 because I am not interested in the qt frontend (and would get some errors about missing qt headers when I actually had them installed). - -On openSUSE (11.3 for me) try -{{{ -zypper source-install OpenOffice_org -zypper in junit4 gnome-vfs2-devel -}}} -instead of apt-get +Please, used http://www.freedesktop.org/wiki/Software/LibreOffice instead -- cgit v1.2.3 From d58fda1d53080dd2da8bf245c8e2c7f80fe13846 Mon Sep 17 00:00:00 2001 From: "129.15.57.1" Date: Tue, 28 Sep 2010 19:05:33 +0000 Subject: Redirect --- Software/libreoffice/HowToBuild.moin | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/libreoffice') diff --git a/Software/libreoffice/HowToBuild.moin b/Software/libreoffice/HowToBuild.moin index 0f3af564..0ca8e903 100644 --- a/Software/libreoffice/HowToBuild.moin +++ b/Software/libreoffice/HowToBuild.moin @@ -1 +1,3 @@ +#REDIRECT Software/LibreOffice/HowToBuild + Please, used http://www.freedesktop.org/wiki/Software/LibreOffice instead -- cgit v1.2.3 From 95edb5776053f9aa641414b65fba92e058e1fd96 Mon Sep 17 00:00:00 2001 From: "92.225.35.69" Date: Sun, 27 Nov 2011 10:48:09 +0000 Subject: --- Software/libreoffice/HowToBuild.moin | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Software/libreoffice') diff --git a/Software/libreoffice/HowToBuild.moin b/Software/libreoffice/HowToBuild.moin index 0ca8e903..c24baf6d 100644 --- a/Software/libreoffice/HowToBuild.moin +++ b/Software/libreoffice/HowToBuild.moin @@ -1,3 +1 @@ -#REDIRECT Software/LibreOffice/HowToBuild - -Please, used http://www.freedesktop.org/wiki/Software/LibreOffice instead +This page has moved to http://wiki.documentfoundation.org/Development/Native_Build -- cgit v1.2.3