mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 18:00:07 +00:00
Updated Windows Build (markdown)
parent
4cef85ba2e
commit
841203f433
@ -12,8 +12,16 @@ For the debugger/Qt GUI, you'll need to install [Qt 5.3.1](http://qt-project.org
|
||||
* Optionally, set your QTDIR environment variable to the directory which contains the bin, include and lib folders. (e.g. C:\Qt\5.3\msvc2013_opengl) This will avoid the need to manually set them in CMake.
|
||||
* For running Citra builds, you'll need to have icudt52.dll, icuin52.dll icuuc52.dll, Qt5Core.dll, Qt5Gui.dll, Qt5OpenGL.dll and Qt5Widgets.dll in either the application directory or in the system PATH. For debug builds use the dlls with a 'd' appended to the name. (e.g. Qt5Cored.dll)
|
||||
|
||||
### Cloning Citra in Git:
|
||||
|
||||
```
|
||||
git clone https://github.com/citra-emu/citra
|
||||
cd citra
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
### Building
|
||||
* Open cmake-gui and point it to the Citra source code.
|
||||
* Open cmake-gui and point it to the Citra source code (the citra root directory, not the src directory).
|
||||
* For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.)
|
||||
* Click the "Configure" button and choose "Visual Studio 12 2013" or "Visual Studio 12 2013 Win64".
|
||||
* Check if CMake detected all libraries and paths correctly and, if necessary, make any adjustments and click "Configure" again.
|
||||
|
Loading…
Reference in New Issue
Block a user