• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 559 560 561 562 563 ... 1198 Next »

[SOLVED] Can't install Dolphin-emu using Git *Ubuntu*
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[SOLVED] Can't install Dolphin-emu using Git *Ubuntu*
06-12-2014, 11:15 PM
#3
PureTryOut Offline
Member
***
Posts: 96
Threads: 16
Joined: May 2014
Although I do not know what is wrong here, are you sure you have installed all dependencies?
According to the old Google Code Linux Build guide:
Code:
sudo apt-get install make cmake git g++ libgtk2.0-dev libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev

Also you don't need sudo with cmake.

Run the following commands:
Code:
git clone https://code.google.com/p/dolphin-emu/ dolphin-emu
cd dolphin-emu
mkdir Build && cd Build
cmake ..
make
sudo make install

When this has succeeded and you want to update Dolphin to the latest revision (not needed after the first install) run the following commands from within the "dolphin-emu" folder:
Code:
git pull origin
cd Build
cmake ..
make
sudo make install
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
[SOLVED] Can't install Dolphin-emu using Git *Ubuntu* - Nymeria - 06-11-2014, 02:20 AM
RE: Can't install Dolphin-emu using Git - Nymeria - 06-12-2014, 05:55 AM
RE: Can't install Dolphin-emu using Git - PureTryOut - 06-12-2014, 11:15 PM
RE: Can't install Dolphin-emu using Git - neobrain - 06-12-2014, 11:18 PM
RE: Can't install Dolphin-emu using Git - Nymeria - 06-15-2014, 02:53 AM
RE: Can't install Dolphin-emu using Git - tecfreak - 06-15-2014, 05:52 AM
RE: Can't install Dolphin-emu using Git - PureTryOut - 06-15-2014, 09:39 AM
RE: Can't install Dolphin-emu using Git - Nymeria - 06-17-2014, 04:57 AM
RE: [SOLVED] Can't install Dolphin-emu using Git *Ubuntu* - PureTryOut - 06-17-2014, 10:19 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode