Notices


Reply
Thread Tools
Posts: 439 | Thanked: 192 times | Joined on Oct 2009 @ spain-aragon-zaragoza
#1
Instructions:

Dolphin has recently gained support for ARM in the master branch. Let's see how to make it.

Setting up to Build

First, make sure you have the correct dependencies installed. For example, if you are using Ubuntu, use apt-get as follows:

sudo apt-get install make cmake git g++ libsdl1.2-dev libxrandr-dev libxext-dev libao-dev libasound2-dev libpulse-dev libbluetooth-dev libreadline-gplv2-dev libavcodec-dev libavformat-dev libswscale-dev


If you want to have a GUI, then install run this:

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

If you run a distribution without aptitude, see the build dependencies below for a list of packages you will need to install.

Get a local copy of the dolphin-emu repository:

git clone https://code.google.com/p/dolphin-emu/ dolphin-emu


Change to the directory created:
cd dolphin-emu

Later, if you wish to update your local copy:
git pull origin
Building

Create a build subdirectory, and change into it.
mkdir Build && cd Build

Configure the build:
cmake -DUSE_GLES=True -DDISABLE_WX=True ..

If you are building with the GUI, configure it this way:
cmake -DUSE_GLES=True ..

From here build and install in the standard make way:
make

I would personally recommend building multi-threaded
:
make -j5

Be warned, if you're building with a GUI, it is going to take quite a bit of time to build.

https://code.google.com/p/dolphin-emu/wiki/ARMBuild
 

The Following 4 Users Say Thank You to samipower For This Useful Post:
Boemien's Avatar
Posts: 770 | Thanked: 558 times | Joined on Mar 2010 @ Abidjan
#2
Originally Posted by samipower View Post
Yes you can compile it now with the instructions
Wow, i came there like by the title and now i'm like

Do you mean that it's possible to have wii emulator in nokia n900, and will it be playable ???
__________________
If you find this post useful for you, or for another member, just hit the Thanks! button
 
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#3
^^same here. Got exited by the title now :facepalm:

deciving title to lure noobies in compiled trap
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#4
running Dolphin on N900? If yes: another "oh our platform can do $totally_abstract_and_geeky_idea (but nobody tells that at the same time it's of no real use, or a hack/tech demo only anyway". Reminds me of playing Quake 3 on N900. This one's worse.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#5
Lumiaman - Windoze Phone + Android = don_falcone.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 2 Users Say Thank You to marxian For This Useful Post:
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#6
.deb package, or it didn't happen.
__________________
Maemo Council Member: May 2012 - November 2012
Hildon Foundation founding member.
Hildon Foundation Board of Directors: March 2013 - Jan 15, 2014
 

The Following 4 Users Say Thank You to woody14619 For This Useful Post:
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#7
@samipower,

Have you actually tried this?

The instructions you copied above (you could have just linked to the website) require a "proper" ARM linux distribution with all the required development tools and libraries.

I bet this will not work out-of-the-box on Maemo5 (perhaps for Ubuntu or Arch or Debian on N900, but not Maemo5).
 

The Following 2 Users Say Thank You to reinob For This Useful Post:
Posts: 439 | Thanked: 192 times | Joined on Oct 2009 @ spain-aragon-zaragoza
#8
n900 works with ubuntu and with debian, Where is the problem??. And now I am very busy with my job. But in a near time, I will can try it without problem and to upload a video.

Are sure that will be fps not playable. But one more thing for n900 jejej.

ppsspp 40fps for example but this emulator only for can see that it works and starts j

Last edited by samipower; 2013-05-04 at 18:41.
 
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#9
Originally Posted by marxian View Post
Lumiaman - Windoze Phone + Android = don_falcone.
:P Feel free to. You guys still think that because nearly everything is possible, everything should be done (or makes sense).
..........

Last edited by don_falcone; 2013-05-04 at 18:53.
 

The Following User Says Thank You to don_falcone For This Useful Post:
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#10
Originally Posted by don_falcone View Post
:P Feel free to. You guys still think that because nearly everything is possible, everything should be done (or makes sense).
..........
No, I'm a pragmatist. I just find it amusing when people turn their choice of mobile device into something akin to a religious conversion.

Sorry to OP for going off-topic.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 2 Users Say Thank You to marxian For This Useful Post:
Reply

Tags
copy-pasta, dolphin n900, emulator n900, good luck noobs, wiii n900


 
Forum Jump


All times are GMT. The time now is 14:09.