• 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 ... 46 47 48 49 50 ... 1190 Next »

How to build a specific Beta version?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
How to build a specific Beta version?
08-14-2021, 08:57 AM
#1
elsanto Offline
Junior Member
**
Posts: 2
Threads: 1
Joined: Aug 2021
Hi there!

I have build dolphin myself following Building Dolphin on Linux.

This way we can only build "very latest development versions" (git clone https://github.com/dolphin-emu/dolphin.git dolphin-emu ) or "stable" 5.0 from 2016 (git checkout tags/5.0), but not the so called "Beta" in binary Download section. I mean "monthly" releases like "5.0-14790", "5.0-14344", "5.0-14095", and so on...

I think that those "monthly" Beta releases are not tagged. I'm not a git expert.
Is there any other way to build those specific Beta versions?

Thank you and regards.
Find
Reply
08-14-2021, 11:37 AM
#2
Craftyawesome Offline
Above and Beyond
*******
Posts: 1,279
Threads: 7
Joined: Mar 2015
I'm not sure how to do it automatically, but you can do it manually at least. Go to the download page and click the version number you want. It will show the commit you want. Put it after git checkout and run it before compiling.

The latest would be
Code:
git checkout 3cc274880f47d340bd508dba91aaf37c48acd367
Website Find
Reply
08-14-2021, 07:53 PM
#3
elsanto Offline
Junior Member
**
Posts: 2
Threads: 1
Joined: Aug 2021
(08-14-2021, 11:37 AM)Craftyawesome Wrote: I'm not sure how to do it automatically, but you can do it manually at least. Go to the download page and click the version number you want. It will show the commit you want. Put it after git checkout and run it before compiling.

The latest would be



Code:
git checkout 3cc274880f47d340bd508dba91aaf37c48acd367

Thank you very much, Craftyawesome. It works!

I have tried that at first and it didn't worked, but it was my fault: I ran the "git clone" with "--depth=1", to save bandwidth....  Confused

With a full clone, I can do the checkout for the versión I want and build it.


Regards.
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