discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] gnuradio-companion-3.7.7.1 debian package
Date: Fri, 19 Jun 2015 11:42:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi Murray,

you'd typically do something like:

cmake -DCMAKE_INSTALL_PREFIX=/usr ..

to match what debian expects.
Then, instead of simply installing stuff there, you install into your fake root directory using
make
make install DESTDIR=/home/murray/fake_root/whatever

That will only bend around the paths where files are copied to, not the paths contained in the files themselves

Best regards,
Marcus

On 06/19/2015 11:06 AM, Murray Thomson wrote:
Hi,

I need a GnuRadio debian package for version 3.7.7.1 to be installed in many different computers. I've tried creating it myself but I run into many difficulties. For example the command gnuradio-config-info --prefix --prefsdir --sysconfdir was pointing to the folder where I created the debian.

I found a package for Arch linux in
https://www.archlinux.org/packages/community/x86_64/gnuradio/
And I was going to try to convert it to a debian. Before I do that. Is there a repo where I can find this? Ideally gnuradio-companion (including gnuradio) version 3.7.7.1 for both x86_64 and i636 debian package that will be installed in an Ubuntu 12.04 system.

Thanks a lot,
Murray


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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