[Libreoffice-commits] .: Branch 'tdf-website' - 2 commits - develop/index.php

Michael Meeks mmeeks at kemper.freedesktop.org
Fri Dec 17 07:58:27 PST 2010


 develop/index.php |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 67678411e7066a0e5cecbe3b71fc0492585251ab
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Fri Dec 17 15:58:28 2010 +0000

    get breaking right

diff --git a/develop/index.php b/develop/index.php
index 5983ad1..4aae648 100644
--- a/develop/index.php
+++ b/develop/index.php
@@ -36,10 +36,11 @@ way to do this is something like this:</p>
 <br>
 <p>Then to download the full source and <b>build</b>:</p>
 
-<code>git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo</code>
-<code>cd libo ; ./autogen.sh --with-num-cpus=2</code><br>
-<code>make fetch all</code><br>
-<code>make dev-install</code> to install into a folder 'install', <code>ooinstall -l &lt;<i>/path/to/scratch/dir/</i>&gt;</code> for dev-installs somewhere else or <code>make install</code> to properly install rather than symlink it (by default into /usr/local).<br>
+<code>git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo</code><br/>
+<code>cd libo</code><br/>
+<code>./autogen.sh --with-num-cpus=2</code><br/>
+<code>make fetch all</code><br/>
+<code>make dev-install</code> to install into a folder 'install', <code>ooinstall -l &lt;<i>/path/to/scratch/dir/</i>&gt;</code> for dev-installs somewhere else or <code>make install</code> to properly install rather than symlink it (by default into /usr/local).<br/>
 <br>
 <p>Further information and more details can be found on our <a
 href="http://wiki.documentfoundation.org/Development/How_to_build">How
commit 7579df8326a8b34ee56a0c46ce2ab978e79fe9f9
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Fri Dec 17 15:57:25 2010 +0000

    improve the git clone URL

diff --git a/develop/index.php b/develop/index.php
index a63c71e..5983ad1 100644
--- a/develop/index.php
+++ b/develop/index.php
@@ -8,7 +8,7 @@ $content = <<<"EOT"
 <br>
 All our source code is hosted in git:
 <br>
-<b>Clone:</b> <tt>\$ git clone git://anongit.freedesktop.org/git/libreoffice/bootstrap</tt>
+<b>Clone:</b> <tt>\$ git clone git://anongit.freedesktop.org/libreoffice/bootstrap</tt>
 # <a href="$freedesktop_cgit">(browse)</a> <a
 href="http://anongit.freedesktop.org/git/libreoffice/bootstrap.git/">(http URL)</a> 
 <br>
@@ -36,7 +36,8 @@ way to do this is something like this:</p>
 <br>
 <p>Then to download the full source and <b>build</b>:</p>
 
-<code>./autogen.sh --with-num-cpus=2</code><br>
+<code>git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo</code>
+<code>cd libo ; ./autogen.sh --with-num-cpus=2</code><br>
 <code>make fetch all</code><br>
 <code>make dev-install</code> to install into a folder 'install', <code>ooinstall -l &lt;<i>/path/to/scratch/dir/</i>&gt;</code> for dev-installs somewhere else or <code>make install</code> to properly install rather than symlink it (by default into /usr/local).<br>
 <br>


More information about the Libreoffice-commits mailing list