![]() |
|
[Tutorial]How to compile dolphin!!! - 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: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: [Tutorial]How to compile dolphin!!! (/Thread-tutorial-how-to-compile-dolphin) |
[Tutorial]How to compile dolphin!!! - Travixyz - 02-08-2010 Because not many people know how to compile dolphin I made this tutorial ![]() 1.Install DirectX SDK or higher 2.Download Tortoise SVN and install it http://tortoisesvn.net/downloads 3.Download and install Microsoft Visual c++ http://www.microsoft.com/express/Downloads/ 4.After everything installed make a folder(I call it dolphin-emu-red-only) 5.right click on the folder and select svn checkout For URL of repository enter http://dolphin-emu.googlecode.com/svn/trunk/ 6.Click ok and wait until it finished.... 7.Open dolphin-emu-read-only\Source\Dolphin.sln 8.Launch Microsoft Visual c++ 9.Go to Tools at the top of the screen, then click on options. On the left pane there is a category named "Projects and Solutions" click the arrow next to it and then select the sub-category titled "VC++ Directories". Then on the left side you should see 2 drop down boxes above the paths. Click the one on the right named "Show Directories For:" and select executable files first and add C:\Program Files\Microsoft DirectX SDK (November 2008)\Utilities\Bin\x86 Then under theh drop down box select "include files" enter C:\Program Files\Microsoft DirectX SDK (November 2008)\Include Then, in the drop down box select "Library Files" enter C:\Program Files\Microsoft DirectX SDK (November 2008)\Lib\x86 Then re-open it... 10.Right click solution dolphin and choose built solution.... 11.Wait until it finished.... 12.When it finished there will be a folder called binary in the folder you make in step 4 13.Your Dolphin is in that binary folder... note:If you want to update your revision right click on the folder you make and select SVN Update, :And build it again... Well done you just build your own dolphin!!! ![]() I hope this will be useful... ...
RE: [Tutorial]How to compile dolphin!!! - WhiteZero - 02-09-2010 *cough* http://forums.dolphin-emu.org/thread-2291.html http://code.google.com/p/dolphin-emu/wiki/WindowsBuild *cough* |