• 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 ... 739 740 741 742 743 ... 1198 Next »

How to compile source code?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
How to compile source code?
03-25-2012, 03:00 PM
#1
mudum Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Mar 2012
Question 
How do you compile this source code?

http://code.google.com/p/dolphin-emu/source/detail?r=b0f75f17ae19484735675fea348f7e95740f597f&name=FifoBusy

I followed the guide on this Windows Build guide

and i cant seem to compile this specific code. Only the default https://code.google.com/p/dolphin-emu/ for the Repository URL works
Find
Reply
03-25-2012, 03:46 PM
#2
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
So you basically want checkout the specific git commit in the link you posted? What software are you using for git? I'm not familiar with any of the GUI frontends for Windows, but I think the command line git does it this way:

Code:
git checkout b0f75f17ae19484735675fea348f7e95740f597f https://code.google.com/p/dolphin-emu/ dolphin-emu

You need to specify the hash of the revision that you want to checkout. Doing so varies depending on what programs you're using for git.
Website Find
Reply
03-25-2012, 03:50 PM (This post was last modified: 03-25-2012, 03:54 PM by mudum.)
#3
mudum Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Mar 2012
(03-25-2012, 03:46 PM)Shonumi Wrote: So you basically want checkout the specific git commit in the link you posted? What software are you using for git? I'm not familiar with any of the GUI frontends for Windows, but I think the command line git does it this way:

Code:
git checkout b0f75f17ae19484735675fea348f7e95740f597f https://code.google.com/p/dolphin-emu/ dolphin-emu

You need to specify the hash of the revision that you want to checkout. Doing so varies depending on what programs you're using for git.

im using the tortoise posted on the windows build. how do you checkout using this?
Find
Reply
03-25-2012, 04:01 PM (This post was last modified: 03-25-2012, 04:15 PM by Shonumi.)
#4
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
I believe for Tortoisegit, you can specify the revision to checkout on the checkout window itself. When you click on "Switch/Checkout" click on the Version option rather than Branch or Tag. The version should be the hash of the commit. Like I said, I'm not too familiar with Tortoisegit, but this blog has some helpful pointers and screenshots.
Website Find
Reply
03-25-2012, 04:21 PM
#5
mudum Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Mar 2012
(03-25-2012, 04:01 PM)Shonumi Wrote: I believe for Tortoisegit, you can specify the revision to checkout on the checkout window itself. When you click on "Switch/Checkout" click on the Version option rather than Branch or Tag. The version should be the hash of the commit. Like I said, I'm not too familiar with Tortoisegit, but this blog has some helpful pointers and screenshots.

tnx very much followed some of the pics on the blog and it didnt error Smile
Find
Reply
03-25-2012, 07:37 PM
#6
scummos Offline
Level 27 Forum Troll of Trog
****
Posts: 252
Threads: 2
Joined: Nov 2011
Code:
git checkout b0f75f17ae19484735675fea348f7e95740f597f https://code.google.com/p/dolphin-emu/ dolphin-emu
^ this won't work. You have to "git clone" the repository first, then you can do checkouts:
Code:
git clone https://code.google.com/p/dolphin-emu/ dolphin-emu
git checkout b0f75f17
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