On 11/11/2016 12:24 PM, [email protected] wrote: > Hello > > I am having a problem with out of tree modules in gnuradio. I have a pc > on which multiple users can log on to it. I have installed gnuradio on > the administration account and all users can use it. The users who are > using the machine can't install out of tree modules in gnuradio because > they don't have root privileges.
Presuming it's a Linux system, yes, they can use sudo make install You'll have to setup sudo - the file is usually /etc/sudoers and add them to the 'sudo' group in /etc/group It's possible you may have to install sudo - I have a minimal install of Debian and I don't have the sudo command or the /etc/sudoers file. Search https://stackexchange.com for details on setting up sudo. >Is there a way to install out of tree > modules without using the command make install? For example edit the > config file of gnuradio on the home directory of each user to read the > oot modules from a specific folder? What other changes do I have to make? > > Any help will be grateful. > > Thank you. > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
