• 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 ... 708 709 710 711 712 ... 1190 Next »

Where to get linux version?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Where to get linux version?
06-21-2012, 08:22 AM
#1
Aknot Offline
Junior Member
**
Posts: 6
Threads: 2
Joined: Jun 2012
It doesnt show on the downloads page, only mac and windows 32/64bit.
Find
Reply
06-21-2012, 10:18 AM
#2
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,503
Threads: 55
Joined: Dec 2011
You'll have to build your own. Look at these instructions from the project page wiki. It's pretty easy to do, actually, and you can add "optimizations" if you want to. There are some unofficial Linux builds for Ubuntu and Fedora floating around here, but they're kinda old. Your best bet is usually self-compilation.
Website Find
Reply
06-21-2012, 11:00 AM (This post was last modified: 06-21-2012, 11:06 AM by xenowildfire.)
#3
xenowildfire Offline
Junior Member
**
Posts: 47
Threads: 7
Joined: Nov 2010
If your using Ubuntu or any Linux based on Ubuntu you can install it using terminal.

$ sudo add-apt-repository ppa:glennric/dolphin-emu
$ sudo apt-get update
$ sudo apt-get install dolphin-emu

Here is the site it's from.
http://code.google.com/p/dolphin-emu/wiki/DolphinUbuntuPackages
(06-21-2012, 10:18 AM)Shonumi Wrote: You'll have to build your own. Look at these instructions from the project page wiki. It's pretty easy to do, actually, and you can add "optimizations" if you want to. There are some unofficial Linux builds for Ubuntu and Fedora floating around here, but they're kinda old. Your best bet is usually self-compilation.

How can you add optimizations?
Find
Reply
06-21-2012, 11:53 AM
#4
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,503
Threads: 55
Joined: Dec 2011
(06-21-2012, 11:00 AM)xenowildfire Wrote: How can you add optimizations?

When you clone the source code, there should be a CMakeList.txt file in the dolphin-emu directory. Open that and replace the line:

Code:
add_definitions(-march=msse2)

With something like:

Code:
add_definitions(-march=native -O3)

And then compile as usual. The resulting build will be marked as "dirty". Your mileage may vary with optimizations and added instruction sets. Most of my games run fullspeed anyway, but it has made observable, if slight, performance increases on ToS. Been meaning to benchmark it though, to know for sure.
Website Find
Reply
06-21-2012, 02:08 PM
#5
xenowildfire Offline
Junior Member
**
Posts: 47
Threads: 7
Joined: Nov 2010
Oh ok thanks, I will have to check that out.
Find
Reply
06-21-2012, 02:19 PM
#6
d3monr3no Offline
Member
***
Posts: 55
Threads: 1
Joined: May 2012
(06-21-2012, 11:00 AM)xenowildfire Wrote: If your using Ubuntu or any Linux based on Ubuntu you can install it using terminal.

$ sudo add-apt-repository ppa:glennric/dolphin-emu
$ sudo apt-get update
$ sudo apt-get install dolphin-emu

Here is the site it's from.
http://code.google.com/p/dolphin-emu/wiki/DolphinUbuntuPackages
(06-21-2012, 10:18 AM)Shonumi Wrote: You'll have to build your own. Look at these instructions from the project page wiki. It's pretty easy to do, actually, and you can add "optimizations" if you want to. There are some unofficial Linux builds for Ubuntu and Fedora floating around here, but they're kinda old. Your best bet is usually self-compilation.

How can you add optimizations?

yeah me too.
Microsoft Windows 7 Ultimate
x64-based PC
AMD FX™-8150 Eight-Core Processor, 3600 Mhz,
Installed (RAM) 8.00 GB
Total Virtual Memory 14.0 GB
Radeon HD 6770
Find
Reply
« Next Oldest | Next Newest »


  • 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