![]() |
Installing stuff in FC6 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 6 (https://www.linux-noob.com/forums/forum-44.html) +---- Thread: Installing stuff in FC6 (/thread-1658.html) |
Installing stuff in FC6 - Dutch-Lin - 2006-12-31 Hey dudes! I am using FC6 for like a month or so and still I find it hard to install stuff when they come in ".tar.bz2" or such formats. Take my latest find for an example, "mupen64-0.5.tar.bz2". It's allready binaries so I don't have to compile it (like I have to do with a source.....which I really don't understand :P) In mepis this should be easy....you just unpack and click the Mupen64 file. But since I run FC6, I have to install it.....and that's where I get stuck. I still don't know howto do that. Could you guys help me out here? I wanna play some N64 (Zelda, Perfect Dark, Mario64, Mario Kart 64, Wave Race) on my laptop while I'm sitting in the train. Installing stuff in FC6 - anyweb - 2006-12-31 scroll down to section 4 in the PDF file included in the DOC folder of this zipped up file mupen64-0.5.tar.bz2\mupen64-0.5\doc - TAR+BZIP2 archive, unpacked size 5,530,293 bytes it tells you how to install it Code: tar zxf mupen64-0.5.tgz (to untar it) then ./configure then Code: make then Code: make install that's it ! cheers anyweb Installing stuff in FC6 - Dutch-Lin - 2006-12-31 thanx dude! now I can play around with it :) Well....got it working, now it can't find the damned plugins! {EDIT} Well I found an RPM, but it has the same problem.....NO PLUGINS and I can't configure it with the plugins that are there....it simply says there are none. Installing stuff in FC6 - Zanderman - 2007-03-18 eh... if u would have run it under the terminal it gives u sumthing like CANNOT OPEN libstdc++.so.5 so just google that and install it Installing stuff in FC6 - hijinks - 2007-03-19 yum install compat-libstdc++-33 |