discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] location of installed gnuradio programs Q


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] location of installed gnuradio programs Q
Date: Sat, 28 Mar 2009 10:13:37 -0400

On Mar 27, 2009, at 11:09 PM, davek wrote:
What is the criteria for a gnu radio program that determines if it
gets put in /usr/local/bin or /usr/local/share/gnuradio/examples


These are parameters that can be specified as 'configure' arguments: the former is "--prefix=[path]" and the latter is "-- datarootdir=[path]" and then the examples will be installed in "$ {datarootdir}/gnuradio/examples" . You listed the defaults for these ( ${prefix}=/usr/local and ${datarootdir}=${prefix}/share ), which are specified internally in configure.ac and/or config/*.m4 files.




reply via email to

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