lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Best way of installing lilypond in a non-default dir


From: Loïc Minier
Subject: Best way of installing lilypond in a non-default dir
Date: Fri, 28 Jul 2006 09:59:47 +0200

        Hi,

 I've noticed that lilypond doesn't use automake, but custom makefiles.
 These seem to support both a DESTDIR parameter and a prefix parameter.

 When creating packages as a non-root user, it is needed to install the
 built software in a temporary directory, is it best to:
    make install prefix=my/temporary/dir
 or:
    make install DESTDIR=my/temporary/dir

 I was told that lilypond follows the GNU Coding Standard and hence that
 the prefix= solution was the preferred one, but in other packages I use
 DESTDIR.

   Thanks,
-- 
Loïc Minier <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]