Made cdrskin an installable program

This commit is contained in:
Thomas Schmitt 2006-09-15 07:51:50 +00:00
parent 2be768fa8a
commit d6d0f7e431
2 changed files with 9 additions and 2 deletions

View File

@ -96,7 +96,9 @@ noinst_PROGRAMS = \
test/poll \
test/rip \
test/toc \
test/structest \
test/structest
bin_PROGRAMS = \
cdrskin/cdrskin
test_libburner_CPPFLAGS = -Ilibburn

View File

@ -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:
------------------------------------------------------------------------------
@ -92,6 +92,11 @@ Help texts :
Install (eventually as superuser) cdrskin to a directory where it can be found:
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
installed, since it incorporates the necessary libburn parts at compile time.
It will not collide with an installed version of libburn either.