From 0d5264267da9386e08630e131049bb594b6c877e Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Fri, 24 Nov 2006 09:18:24 +0000
Subject: [PATCH] added prerequisits for svn version

[[Imported from SVN: r4793]]
---
 doc/installation-notes.wml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/installation-notes.wml b/doc/installation-notes.wml
index 3df6d215f..7b58ae70c 100644
--- a/doc/installation-notes.wml
+++ b/doc/installation-notes.wml
@@ -250,6 +250,17 @@ When using the unstable version via svn, you might be interested in
 the <a href="http://dune-project.org/svn.html">DUNE SVN Developer
 Info</a> section.
 </p>
+<p>
+When using the svn version, you will have to have further packages
+installled, but there are no tests for these, because they are needed
+during the first build stage, by autogen.sh.
+</p>
+<ul>
+  <li>automake in version &ge; 1.5</li>
+  <li>autoconf in version &ge; 2.50</li>
+  <li>libtool</li>
+  <li>pkg-config</li>
+</ul>
 </li>
 <li> <p>Building all DUNE modules</p>
 <p>
-- 
GitLab