![]() |
|
dolphin isn't finding plugins (kubuntu) - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: dolphin isn't finding plugins (kubuntu) (/Thread-dolphin-isn-t-finding-plugins-kubuntu) |
dolphin isn't finding plugins (kubuntu) - dark magshin - 03-29-2009 hey guys. i'm trying to get dolphin to run on my kubuntu computer, but it doesnt seem to be finding the plugins, even though they're in the right directory. here's a screenshot i took: ![]() i also get that SYSCONF error... ![]() o, btw, sry if the images are a little big.. RE: dolphin isn't finding plugins (kubuntu) - itzamna - 03-31-2009 Hello Dark Magshin, it appears you attempted to run or compile Dolphin without having the correct dependencies installed. Open up Konsole (terminal emulator for KDE) and enter the following (you may paste text into a terminal by the keystroke combination <CTRL>+<SHIFT>+V): Code: sudo apt-get install subversion scons g++ wx2.8-headers libwxbase2.8-0 libwxbase2.8-dbg libwxbase2.8-dev libwxgtk2.8-0 libwxgtk2.8-dbg libwxgtk2.8-dev libsdl1.2-dev nvidia-cg-toolkit libxxf86vm1-dbg libxxf86vm-dev libxext6-dbg libxext-dev libglew1.5-dev libcairo2-dbg libcairo2-devThen follow, if you did compile from SVN, the normal compilation procedure. First, delete whatever directory you used to download the old source into. Second, you will use Subversion to download ('check out') the current, most up to date source code. Code: rm -rf dolphin-emu-read-onlyThen, you will change into the ~/dolphin directory and instruct the compilation program 'scons' to build your Dolphin version. Code: cd dolphinI hope you can work it out, let us know how it went. |