summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2009-04-07 21:47:06 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2009-04-07 21:47:06 +1000
commit664ba7ea11a21980866b8c0b65e886d9a085c174 (patch)
treef94602da7aaad8d5ffdb1a38982bd4c046acabad
parentd10b3d6bc35fabd8ce58a7760e05bf9fe8332d49 (diff)
doc/development.html : Update.
-rw-r--r--doc/development.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/development.html b/doc/development.html
index 33a610c..a1aae77 100644
--- a/doc/development.html
+++ b/doc/development.html
@@ -26,17 +26,15 @@ libsndfile is being developed using the
<A HREF="http://bazaar-vcs.org/">Bzr</A>
revision control system which is especially well suited to distributed
development.
-In most respects, Bzr is significantly better than most other revision
-control systems.
-It is even available for windows, but I (Erik) have not personally used
-it on windows.
+It is even available for windows, but I (Erik) have not personally used it on
+windows.
</P>
<!-- pepper -->
<P>
The main archive archive can be found at (yes, the directory looks empty,
but it isn't):
-<A HREF="http://www.mega-nerd.com/Bzr/libsndfile-pub/">
- http://www.mega-nerd.com/Bzr/libsndfile-pub/</A>
+<A HREF="http://www.mega-nerd.com/Bzr/libsndfile-dev/">
+ http://www.mega-nerd.com/Bzr/libsndfile-dev/</A>
</P>
<!-- pepper -->
<P>
@@ -45,7 +43,7 @@ you can do:
</P>
<!-- pepper -->
<PRE>
- bzr get http://www.mega-nerd.com/Bzr/libsndfile-pub/
+ bzr get http://www.mega-nerd.com/Bzr/libsndfile-dev/
</PRE>
<!-- pepper -->
<P>
@@ -66,9 +64,10 @@ with 1.9.X) may spew out a bunch of warning messages about underquoted
defintions in AC_WHATEVER, but these can safely be ignored.
</P>
<P>
-In order to build the sources from the Bzr archive, you will need the
-Python interpreter and GNU Autogen which is available
- <A HREF="http://autogen.sf.net">here</A>.
+In order to build the sources from the Bzr archive, you will need the Python
+interpreter and GNU Autogen which is available using apt-get on Debian/Ubuntu
+systems or as source code available
+ <A HREF="http://autogen.sf.net">here</A>
</P>
<!-- pepper -->
</BODY>