Raify;323948 Wrote: > I contacted Slim Devices tech support and was given this as a fix: > > http://wiki.slimdevices.com/index.php/AAC > > I have to install FAAD2 and LAME. > > I've downloaded the .tar files of both. Does anyone have an idea how > to install them?
First, put each file in its own subdirectory. If the files have a gz extension, use the command: tar -zxvf name_of_file You should then have a file with a tar extension. You can unpack it using the command tar -xvf name_of_tarfile. Once the file is unpacked, look for a file called README or READ.ME. Or install.txt. There should be a file that explains how to install the files. It may involve either "make" or "rpm". Hope that helps. -- maggior ------------------------------------------------------------------------ maggior's Profile: http://forums.slimdevices.com/member.php?userid=9080 View this thread: http://forums.slimdevices.com/showthread.php?t=50073 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
