From 0d828a2dc5c95d9ebcaeef476a839159c9fff528 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 15 Sep 2006 07:51:50 +0000 Subject: [PATCH] Made cdrskin an installable program --- trunk/Makefile.am | 4 +++- trunk/cdrskin/README | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/trunk/Makefile.am b/trunk/Makefile.am index 838f06d5..5527dabc 100644 --- a/trunk/Makefile.am +++ b/trunk/Makefile.am @@ -96,7 +96,9 @@ noinst_PROGRAMS = \ test/poll \ test/rip \ test/toc \ - test/structest \ + test/structest + +bin_PROGRAMS = \ cdrskin/cdrskin test_libburner_CPPFLAGS = -Ilibburn diff --git a/trunk/cdrskin/README b/trunk/cdrskin/README index e45a3bcb..d9e973e7 100644 --- a/trunk/cdrskin/README +++ b/trunk/cdrskin/README @@ -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.