Update the Readme.md with suggestions and improvements by neobrain.

Updated the "Project Site" link to point to the github page. Also added links to the forums and wiki. Also fixed some list indentation in the system requirements.
This commit is contained in:
Lioncash 2014-01-29 09:29:53 -05:00
parent ab51d14290
commit 1d5fab41dc

View File

@ -1,6 +1,6 @@
# Dolphin - A Gamecube / Triforce / Wii Emulator
[Homesite](http://dolphin-emu.org/) | [Project Site](http://code.google.com/p/dolphin-emu) | [Team Members](http://code.google.com/p/dolphin-emu/people/)
[Homepage](http://dolphin-emu.org/) | [Project Site](https://github.com/dolphin-emu/dolphin) | [Forums](http://forums.dolphin-emu.org/) | [Wiki](http://wiki.dolphin-emu.org/)
Dolphin is an emulator for running Gamecube, Triforce and Wii games on
Windows/Linux/OS X systems and recent Android devices. It's licensed under
@ -14,11 +14,9 @@ Please read the [FAQ](http://dolphin-emu.org/docs/faq/) before use.
* Linux or Apple Mac OS X (10.7 or higher).
* Unix-like systems other than Linux might work but are not officially supported.
* Processor
* A CPU with SSE2 support.
* A modern CPU (3 GHz and Dual Core, not older than 2008) is highly recommended.
* A CPU with SSE2 support. A modern CPU (3 GHz and Dual Core, not older than 2008) is highly recommended.
* Graphics
* A reasonably modern graphics card (Direct3D 10.0 / OpenGL 3.0).
* Direct3D 11 / OpenGL 4.4 recommended.
* A reasonably modern graphics card (Direct3D 10.0 / OpenGL 3.0). Direct3D 11 / OpenGL 4.4 recommended.
## Installation on Windows
Use the solution file Source/dolphin-emu.sln to build Dolphin on Windows.