mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 23:40:08 +00:00
Updated Windows Build (markdown)
parent
608dd316a3
commit
3ac8e5f005
@ -1,5 +1,4 @@
|
||||
## Minimal Dependencies
|
||||
|
||||
### Minimal Dependencies
|
||||
On Windows, all light-weight dependencies are automatically included within the "externals" folder. To build the minimalist Citra (no Qt debugger), you simply need to install:
|
||||
|
||||
* **Git** - I recommend [msysgit](http://msysgit.github.io/). After you've installed it, you need to have the [setup your system path](http://www.java.com/en/download/help/path.xml) to include Git (this is used to generate the scm_rev.cpp file) To do this:
|
||||
@ -12,16 +11,14 @@ On Windows, all light-weight dependencies are automatically included within the
|
||||
* Open the command-prompt, and verify that if you enter "git --version", it says something like "git version 1.9.2.msysgit.0" (your version may be different, that's ok!)
|
||||
* Visual Studio 2013 Express (Windows Desktop) - NOTE: Must be the "Windows Desktop" one, as the "Windows" one requires Windows 8 / metro mode
|
||||
|
||||
## Debugger Dependencies
|
||||
|
||||
### Debugger Dependencies
|
||||
For the debugger/Qt GUI, you'll to install [Qt 4.8.6](http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-opensource-windows-x86-vs2010-4.8.6.exe):
|
||||
|
||||
* Download the Qt SDK (1 GB, less when using the online installer) and install it. The only required component is Desktop Qt 4.8.6, but you'll also need Qt Designer if you want to modify Citra's user interface. Furthermore, Qt Examples, Qt SDK Documentation and Qt Assistant are quite useful for developing Qt applications.
|
||||
* Set your QTDIR environment variable to the directory which contains the bin, include and lib folders (e.g. C:\Qt\4.8.6)
|
||||
* For running Citra builds, you'll need to have QtCore4.dll and QtGui4.dll in either the application directory or in the system PATH.
|
||||
|
||||
## Building
|
||||
|
||||
### Building
|
||||
* Open the solution file (citra.sln) in Visual Studio 2013
|
||||
* If you're just building minimalist Citra (and don't care about debugger), right-click the "citra_qt" project from "Solution Explorer" and click "Unload Project". This will cause the Qt frontend not to be built, which is helpful if you don't have Qt installed.
|
||||
* Click "Build"->"Rebuild Solution"
|
Loading…
Reference in New Issue
Block a user