PasTim wrote:
>
> I notice that the make install uses sudo. Is that correct? If so does
> the 1st post here need amendment?
>
There are basically two options when you build a package as a regular
user, but want to install to a system-wide location
1. configure, build, install as root (using sudo)
2. create destination directory as root (using sudo), change permissions
of destination directory to user (as root using sudo), configure, build,
install as user, change permissions of destination directory to root (as
root using sudo) e.g.
Code:
--------------------
sudo mkdir /opt/perl-5.24.3-LMS
chown $USER /opt/perl-5.24.3-LMS
( configure, build, install )
chown -R root:root /opt/perl-5.24.3-LMS
--------------------
I prefer the latter, since if the install goes wrong somehow, there is
no danger of damaging the system.
However, since this is a howto about building LMS, and not a tutorial
about *nix basics, I cannot cover all potentially related topics - it's
more efficient to answer specific questions.
SW: extGUI4LMS - new web UI: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (https://www.nexus0.net/pub/sw/extgui4lms/) | 'LMSlib2go'
(http://forums.slimdevices.com/showthread.php?107704-Announce-LMSlib2go-library-information-on-mobile-devices)
| 'music visualizer'
(http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite)
for squeezelite
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus support'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth with ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
| ' update bundled perl modules'
(http://forums.slimdevices.com/showthread.php?107040-Howto-update-perl-modules-bundled-with-LMS)
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=99648
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix