> On 22 Nov 2016, at 10:17, Michael Herger <[email protected]> wrote: > > Ahm... npm? The node package manager? What does this have to do with LMS? > > You should probably describe what you're actually trying to do.
Mmm… I puzzled over it to. I am trying to build a docker image to run LMS from source code. I do the following thing: 1. Use Ubuntu Xenial as base 2. Install required packages: git, lame, faad, flac, sox, libio-socket-ssl-perl, libnet-ssleay-perl 3. Install packages needed for building slim server-vendor (v7.9): gcc, make, yams, nam, libgd3, zlib1g-dev, g++, bzip2, npm and rsync 4. Clone slimserver-vendor: git clone -b public/7.9 --single-branch https://github.com/Logitech/slimserver-vendor.git /tmp/slim_dependencies 5. cd /tmp/slim_dependencies/CPAN && ./buildme.sh I get an error message about missing nom when not install the it. But with NPM installed, I got the message I posted in the first post. Mam _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
