[xiph-commits] r15334 - trunk/vorbis

ivo at svn.xiph.org ivo at svn.xiph.org
Mon Sep 22 08:16:01 PDT 2008


Author: ivo
Date: 2008-09-22 08:16:01 -0700 (Mon, 22 Sep 2008)
New Revision: 15334

Modified:
   trunk/vorbis/README
Log:
Mention the requirements for pkg-config, xsltproc and pdfxmltex.

Modified: trunk/vorbis/README
===================================================================
--- trunk/vorbis/README	2008-09-22 05:34:29 UTC (rev 15333)
+++ trunk/vorbis/README	2008-09-22 15:16:01 UTC (rev 15334)
@@ -79,23 +79,25 @@
 BUILDING FROM TRUNK:
 
 Development source is under subversion revision control at 
-http://svn.xiph.org/trunk/vorbis/. You will also need the 
-newest versions of autoconf, automake, and libtool in order
-to compile vorbis from development source. A configure script
+https://svn.xiph.org/trunk/vorbis/. You will also need the 
+newest versions of autoconf, automake, libtool and pkg-config in
+order to compile Vorbis from development source. A configure script
 is provided for you in the source tarball distributions.
 
   [update or checkout latest source]
   ./autogen.sh
-  make 
+  make
 
 and as root if desired:
 
   make install
 
-This will install the vorbis libraries (static and shared) into
+This will install the Vorbis libraries (static and shared) into
 /usr/local/lib, includes into /usr/local/include and API manpages
 (once we write some) into /usr/local/man.
 
+Documentation building requires xsltproc and pdfxmltex.
+
 BUILDING FROM TARBALL DISTRIBUTIONS:
 
   ./configure



More information about the commits mailing list