For slackware for mplayer untar the archive, do a ./configure, make, make install.
Code:
tar xjvf mplayer-archive.tar.bz2
This'll extract the files and you'll be left with a directory named something like 'mplayer-version'. cd into that directory and then type:
You should see the configure bit go by. If it fails for whatever reason (normaly a required dependency wasn't found), install the related dependency and repeat the ./configure until it completes w/o error. Then do a:
If that was successful do a:
if that was successful you should now be able to run mplayer from a command line. As for cedega I assume you have a transgamer account. Login to the transgamer website and goto download. Instead of downloading the rpm there should be a package named something like 'cedega-version-full.tgz'. In the end you want the one that ends in .tgz. Download and run the following command on it:
Code:
installpkg cedega-file.tgz
If it doesn't throw any errors you should be good to go.