From b7d369dbb6c7d2f79984662af1b16f57c6427220 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 14 Nov 2006 08:32:32 +0000 Subject: [PATCH] Changed references to libisofs --- README | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README b/README index 3afd094..bb5ed1d 100644 --- a/README +++ b/README @@ -28,10 +28,7 @@ Our build system is based on autotools. For preparing the build of a SVN snapshot you will need autotools of at least version 1.7. Check out from SVN by svn co http://libburn-svn.pykix.org/libburn/trunk libburn_pykix -resp. - svn co http://libburn-svn.pykix.org/libisofs/trunk libisofs_pykix -go into the respective directory libburn_pykix or libisofs_pykix, -and apply autotools by +go into directory libburn_pykix and apply autotools by ./bootstrap Alternatively you may unpack a release tarball for which you do not need @@ -45,12 +42,19 @@ into its toplevel directory (here: "libburn_pykix") and execute To make the libraries accessible for running resp. developing applications make install + +The other half of the project, libisofs, is hosted in the libburn SVN, too: + svn co http://libburn-svn.pykix.org/libisofs/trunk libisofs_pykix +See README file there. + + ------------------------------------------------------------------------------ + Overview of libburn.pykix.org -libburn.pykix.org is an open-source library for reading, mastering and writing -optical discs. For now this means only CD-R and CD-RW. +libburn.pykix.org is an open-source software project for reading, mastering and +writing optical discs. For now this means only CD-R and CD-RW. The project comprises of several more or less interdependent parts which together strive to be a usable foundation for application development.