From 2be768fa8a6f540d006168e4d93c06e6bcd0b21e Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 15 Sep 2006 07:26:46 +0000 Subject: [PATCH] Moved installation instructions in front of overview paragraph --- README | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README b/README index 1bc8e35..8871208 100644 --- a/README +++ b/README @@ -22,7 +22,23 @@ Ben Jansens will be duely respected. This libburn.pykix.org toplevel README (C) 2006 Thomas Schmitt ------------------------------------------------------------------------------ -Overview of libburn.pykix.org : + Build and Installation + +Our build system is based on autotools. +User experience tells us that you will need at least autotools version 1.7. + +To build libburn.pykix.org and its subprojects it should be sufficient to go +into its toplevel directory and execute + ./bootstrap (needed if you downloaded from SVN and not a release tarball) + ./configure + make + +To make the libraries accessible for running resp. developing applications + make install + +------------------------------------------------------------------------------ + + 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. @@ -72,21 +88,6 @@ The project components (list subject to growth, hopefully): We plan to be a responsive upstream. Bear with us. We are still practicing. - Build and Installation - -Our build system is based on autotools. -User experience tells us that you will need at least autotools version 1.7. - -To build libburn.pykix.org and its subprojects it should be sufficient to go -into its toplevel directory and execute - ./bootstrap (needed if you downloaded from SVN and not a release tarball) - ./configure - make - -To make the libraries accessible for running resp. developing applications - make install - - ------------------------------------------------------------------------------ Project history as far as known to me: