[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Include a reference to Makefile.svn in HACKING

From: Ramkumar Ramachandra <artagnon_at_gmail.com>
Date: Tue, 30 Nov 2010 17:35:08 +0530

Hi,

I didn't know what else to write, so it's fairly short :p

Thanks.

[[[
community-guide: Add new section referring to ^/tools/dev/unix-build

* publish/docs/community-guide/building.part.html: Add a new
  quickstart section pointing users to Makefile.svn

* publish/docs/community-guide/building.toc.html: Update the table of
  contents to include this new section.
]]]

Index: publish/docs/community-guide/building.toc.html
===================================================================
--- publish/docs/community-guide/building.toc.html (revision 1040464)
+++ publish/docs/community-guide/building.toc.html (working copy)
@@ -1,5 +1,6 @@
 <!--#if expr='"$DOCUMENT_NAME" = "building.html" || "$DOCUMENT_NAME" = "community-guide.html"' -->
 <ul>
+ <li>Quickly setting up a build environment under unix</li>
   <li>The configuration/build system under unix</li>
   <li>Automated tests</li>
   <li>Build farm</li>
@@ -7,6 +8,7 @@
 </ul>
 <!--#else -->
 <ul>
+ <li>Quickly setting up a build environment under unix</li>
   <li>The configuration/build system under unix</li>
   <li>Automated tests</li>
   <li>Build farm</li>
Index: publish/docs/community-guide/building.part.html
===================================================================
--- publish/docs/community-guide/building.part.html (revision 1040464)
+++ publish/docs/community-guide/building.part.html (working copy)
@@ -6,6 +6,27 @@
 
 <!--#include virtual="building.toc.html" -->
 
+<div class="h2" id="quickstart">
+<h2>Quickly setting up a build environment under unix
+ <a class="sectionlink" href="<!--#echo var="GUIDE_BUILDING_PAGE" -->#quickstart"
+ title="Link to this section">&para;</a>
+</h2>
+
+<p>Stefan Sperling wrote a nice script that starts from scratch to set
+up a nice build environment under unix; it fetches, configures and
+compiles the latest versions of dependencies as required. To start
+development from scratch, simply
+download <a
+href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/Makefile.svn"
+>Makefile.svn</a>, rename it to `Makefile` and invoke `make`. For more
+information, read the <a
+href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/READNE"
+>documentation</a> supplied along with it.
+</p>
+
+</div> <!-- quickstart -->
+
+
 <div class="h2" id="configury">
 <h2>The configuration/build system under unix
   <a class="sectionlink" href="<!--#echo var="GUIDE_BUILDING_PAGE" -->#configury"
Received on 2010-11-30 13:01:37 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.