Reported obvious need for automake >=1.7
This commit is contained in:
parent
fea4c966d2
commit
9e7486da29
@ -1,6 +1,8 @@
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
libburn.pykix.org scdbackup.sourceforge.net/cdrskin
|
libburn.pykix.org scdbackup.sourceforge.net/cdrskin
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
Installation instructions at about line 50. First the legal stuff:
|
||||||
|
------------------------------------------------------------------------------
|
||||||
This all is under GPL. Wether it can become LGPL is currently very unclear.
|
This all is under GPL. Wether it can become LGPL is currently very unclear.
|
||||||
(So for now see explanation and GPL reference at the end of this text)
|
(So for now see explanation and GPL reference at the end of this text)
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
@ -20,12 +22,12 @@ following possible.
|
|||||||
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Integrated sub project of libburn.pykix.org but also published via:
|
Integrated sub project of libburn.pykix.org but also published via:
|
||||||
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
http://scdbackup.sourceforge.net/cdrskin_eng.html
|
||||||
http://scdbackup.sourceforge.net/cdrskin-0.1.4.tar.gz
|
http://scdbackup.sourceforge.net/cdrskin-0.1.5.tar.gz
|
||||||
Copyright (C) 2006 Thomas Schmitt
|
Copyright (C) 2006 Thomas Schmitt
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
On top of libburn there is implemented cdrskin 0.1.4, a limited cdrecord
|
On top of libburn there is implemented cdrskin 0.1.5, a limited cdrecord
|
||||||
compatibility wrapper which allows to use some libburn features from
|
compatibility wrapper which allows to use some libburn features from
|
||||||
the command line.
|
the command line.
|
||||||
Interested users of cdrecord are invited to participate in the development
|
Interested users of cdrecord are invited to participate in the development
|
||||||
@ -50,15 +52,16 @@ systems, including 64 bit systems. (Further reports are welcome.)
|
|||||||
|
|
||||||
Compilation, First Glimpse, Installation
|
Compilation, First Glimpse, Installation
|
||||||
|
|
||||||
Obtain cdrskin-0.1.4.tar.gz , go to a directory of your choice and do:
|
Obtain cdrskin-0.1.5.tar.gz , take it to a directory of your choice and do:
|
||||||
|
|
||||||
tar xzf cdrskin-0.1.4.tar.gz
|
tar xzf cdrskin-0.1.5.tar.gz
|
||||||
cd cdrskin-0.1.4
|
cd cdrskin-0.1.5
|
||||||
|
|
||||||
Or obtain a libburn.pykix.org SVN snapshot, go into toplevel directory libburn,
|
Or obtain a libburn.pykix.org SVN snapshot,
|
||||||
and execute the autotools command ./bootstrap
|
go into the toplevel directory of the snapshot (e.g. cd libburn_pykix ),
|
||||||
|
and execute the autotools script ./bootstrap . Use autools version >= 1.7 .
|
||||||
|
|
||||||
Within that toplevel directory of either cdrskin-0.1.4 or libburn then execute:
|
Within that toplevel directory of either cdrskin-0.1.5 or libburn then execute:
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
@ -201,7 +201,8 @@ cdrskin_0.1.4-x86-suse9_0-static.tar.gz</A>, (250 KB), -static compiled,
|
|||||||
<DD>Build: <KBD><B>cd libburn_pykix ; ./bootstrap ; ./configure ; make</B>
|
<DD>Build: <KBD><B>cd libburn_pykix ; ./bootstrap ; ./configure ; make</B>
|
||||||
</KBD></DD>
|
</KBD></DD>
|
||||||
<DD>Build of SVN versions needs <A HREF="http://sources.redhat.com/autobook/">
|
<DD>Build of SVN versions needs <A HREF="http://sources.redhat.com/autobook/">
|
||||||
autotools</A> installed. But after the run of <KBD>./bootstrap</KBD>, only
|
autotools</A> of at least version 1.7 installed.
|
||||||
|
But after the run of <KBD>./bootstrap</KBD>, only
|
||||||
vanilla tools like make and gcc are needed.</DD>
|
vanilla tools like make and gcc are needed.</DD>
|
||||||
</DD>
|
</DD>
|
||||||
<DD> </DD>
|
<DD> </DD>
|
||||||
|
Loading…
Reference in New Issue
Block a user