Made cdrskin an installable program
This commit is contained in:
parent
e223beb640
commit
0d828a2dc5
@ -96,7 +96,9 @@ noinst_PROGRAMS = \
|
|||||||
test/poll \
|
test/poll \
|
||||||
test/rip \
|
test/rip \
|
||||||
test/toc \
|
test/toc \
|
||||||
test/structest \
|
test/structest
|
||||||
|
|
||||||
|
bin_PROGRAMS = \
|
||||||
cdrskin/cdrskin
|
cdrskin/cdrskin
|
||||||
|
|
||||||
test_libburner_CPPFLAGS = -Ilibburn
|
test_libburner_CPPFLAGS = -Ilibburn
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
libburn.pykix.org scdbackup.sourceforge.net/cdrskin
|
libburn.pykix.org scdbackup.sourceforge.net/cdrskin_eng.html
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
Installation instructions at about line 60. First the legal stuff:
|
Installation instructions at about line 60. First the legal stuff:
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
@ -92,6 +92,11 @@ Help texts :
|
|||||||
Install (eventually as superuser) cdrskin to a directory where it can be found:
|
Install (eventually as superuser) cdrskin to a directory where it can be found:
|
||||||
cp cdrskin/cdrskin /usr/bin
|
cp cdrskin/cdrskin /usr/bin
|
||||||
|
|
||||||
|
(If cdrskin was already installed by a previous version, or by "make install"
|
||||||
|
in the course of this installation, then find out where:
|
||||||
|
which cdrskin
|
||||||
|
Copy your standalone binary to exactly the address which you get as reply.)
|
||||||
|
|
||||||
It is not necessary for the standalone cdrskin binary to have libburn
|
It is not necessary for the standalone cdrskin binary to have libburn
|
||||||
installed, since it incorporates the necessary libburn parts at compile time.
|
installed, since it incorporates the necessary libburn parts at compile time.
|
||||||
It will not collide with an installed version of libburn either.
|
It will not collide with an installed version of libburn either.
|
||||||
|
Loading…
Reference in New Issue
Block a user