Dolphin, the GameCube and Wii emulator - Forums
Quick question Git hub related.. - 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: Quick question Git hub related.. (/Thread-quick-question-git-hub-related)



Quick question Git hub related.. - RaverX3X - 08-21-2014

Just a quick question does the link git hub have the latest changes or is it more of the stable build? Was looking for the dev branch on your git hub page didnt see one... Sorry for the dumb question.


RE: Quick question Git hub related.. - KHg8m3r - 08-21-2014

Just use this page: https://dolphin-emu.org/download/


RE: Quick question Git hub related.. - RaverX3X - 08-21-2014

(08-21-2014, 06:30 PM)KHg8m3r Wrote: Just use this page: https://dolphin-emu.org/download/

Ya not going to happen on Ubuntu 14.04.. as the normal deb package doesnt resolve depeancies sense 14.04 is not supproted. I could use the ubuntu repo but was looking to try and help with bugs. Not to mention id rather build from source


RE: Quick question Git hub related.. - KHg8m3r - 08-21-2014

Ah yes, building in 14.04, so much fun....
Then yes, the link on the github page is the link to get the latest dev build
And also, I'm sure you know how to compile yourself, but just in case, this: https://github.com/dolphin-emu/dolphin/#installation-on-linuxos-x


RE: Quick question Git hub related.. - RaverX3X - 08-21-2014

(08-21-2014, 06:44 PM)KHg8m3r Wrote: Ah yes, building in 14.04, so much fun....
Then yes, the link on the github page is the link to get the latest dev build
And also, I'm sure you know how to compile yourself, but just in case, this: https://github.com/dolphin-emu/dolphin/#installation-on-linuxos-x

Cool thanks ya i know how to compile been doing it for android for 5 years or so lol... ya 14.04 had some errors seemed to fixed it looks like when trying to build under 14.04 the reason for failing is part of the depenancies are missing and not picked up by cmake mostly with wx widigets (easy to fix by installwing the Dev package for wx widgets..)

Thanks for the quick replay also going to look at the issue for the nexus 5 rotation issue had a similar issue with video rotation on a older device a wihle back stemed from how the device undeerstood device rotation.. (prob not same issue but still)


RE: Quick question Git hub related.. - sveni_lee - 08-21-2014

(08-21-2014, 06:32 PM)RaverX3X Wrote: Ya not going to happen on Ubuntu 14.04.. as the normal deb package doesnt resolve depeancies sense 14.04 is not supproted. I could use the ubuntu repo but was looking to try and help with bugs. Not to mention id rather build from source

Im on ubuntu 14.04 to. But I only download the e.g. dolphin-master-4.0-2662_amd64.deb and do "sudo dpkg -i dolphin-master-4.0-2662_amd64.deb"
and that is all. Dolphin install without error...
Would it be better to compile by myself?


RE: Quick question Git hub related.. - RaverX3X - 08-22-2014

(08-21-2014, 10:50 PM)sveni_lee Wrote:
(08-21-2014, 06:32 PM)RaverX3X Wrote: Ya not going to happen on Ubuntu 14.04.. as the normal deb package doesnt resolve depeancies sense 14.04 is not supproted. I could use the ubuntu repo but was looking to try and help with bugs. Not to mention id rather build from source

Im on ubuntu 14.04 to. But I only download the e.g. dolphin-master-4.0-2662_amd64.deb and do "sudo dpkg -i dolphin-master-4.0-2662_amd64.deb"
and that is all. Dolphin install without error...
Would it be better to compile by myself?

I tried that on my build machine kept getting un resolvable dependency errors even with with dependencies met.. Which was odd..

Anyways compileing from source really is not much diffrent then just installing the deb unless you plan on changeing source code to fit your needs and or you want to help fix bugs with the source eg you can build and test your own comments before submitting them to git hub for review then hopefully merged to upstream.