On 21:27, mercoled� 9 gennaio 2002, you wrote: > Hi, > > I'm trying to get things set up on my Mandrake 8.0 Linux system (1.2GHz > TBird) and have gotten as far as the make and make install. I'm a bit > confused at the next instructions in the HOWTO where it says to create a > /usr/lib/win32 directory, cd into that directory, and then "unzip > /path/to/binaroes-0110122.zip. Could someone please explain what that's all > about?
simply: files that are in binaries.zip umst go into that directory. go in the dir where you downloaded the archive (e.g. /root/installer) and decompress with the command unzip binaries-xxx.zip -d /usr/local/lib anyway the newest package containing the binaries is not a .zip, but a .tgz (or .tar.gz). you decompress it with tar -xvzf binaries-xxx.tgx and then manually copy the files into the requested directory with cp win32/* /usr/lib/win32/ i suppose anyway this is not an argument to be trated in the avifile mailing list :) -- "One ring to rule them all, one ring to find them, one ring to bring them all, and in the darkness bind them" J. R. R. Tolkien _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
