From d6d0f7e431dbafe4c8615489dcd994850be01686 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 --- Makefile.am | 4 +++- cdrskin/README | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 838f06d..5527dab 100644 --- a/Makefile.am +++ b/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/cdrskin/README b/cdrskin/README index e45a3bc..d9e973e 100644 --- a/cdrskin/README +++ b/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.