I don't think that applies here, Mark. Slimserver doesn't need to be compiled, so the `./configure, make, make install` convention isn't applicable.
I'm going to give you some rough directions. Give this a shot and see if you have success (and let me know). download tar.gz file to a directory where you have write permissions tar xvfz slimserver.tar.gz (or whatever the name of the archive is) cd slimserver (or whatever the name of the directory created is) cd Bin sudo ./build-perl-modules.pl (follow instructions given by script to install necessary CPAN modules) cd .. then ./slimserver.pl or ./slimserver.pl --daemon #!/ben -- bklaas "the Nokia770 skin guy" http://www.last.fm/user/bklaas/ ------------------------------------------------------------------------ bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58 View this thread: http://forums.slimdevices.com/showthread.php?t=38201 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
