mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-03-30 09:00:08 +00:00
Added CLion instructions, thanks DoRaN!
parent
7392878801
commit
0d6dcad65f
@ -131,6 +131,50 @@ Doesn't require the rather large Qt dependency, but you will lack a GUI frontend
|
|||||||
|
|
||||||
* Pass the `-DENABLE_QT=no` flag to cmake
|
* Pass the `-DENABLE_QT=no` flag to cmake
|
||||||
|
|
||||||
|
## Method III: CLion Environment Setup
|
||||||
|
|
||||||
|
### Minimal Dependencies
|
||||||
|
|
||||||
|
To build yuzu, you need to install the following:
|
||||||
|
|
||||||
|
* [CLion](https://www.jetbrains.com/clion/) - This IDE is not free; for a free alternative, check Method I
|
||||||
|
* [Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows) - Make sure to select the Latest SDK.
|
||||||
|
|
||||||
|
### Cloning yuzu with CLion
|
||||||
|
|
||||||
|
* Clone the Repository:
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Building & Setup
|
||||||
|
|
||||||
|
* Once Cloned, You will be taken to a prompt like the image below:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
* Set the settings to the image below:
|
||||||
|
* Change `Build type: Release`
|
||||||
|
* Change `Name: Release`
|
||||||
|
* Change `Toolchain Visual Studio`
|
||||||
|
* Change `Generator: Let CMake decide`
|
||||||
|
* Change `Build directory: build`
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
* Click OK; now Clion will build a directory and index your code to allow for IntelliSense. Please be patient.
|
||||||
|
* Once this process has been completed (No loading bar bottom right), you can now build yuzu
|
||||||
|
* In the top right, click on the drop-down menu, select all configurations, then select yuzu
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
* Now run by clicking the play button or pressing Shift+F10, and yuzu will auto-launch once built.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Building from the command line with MSVC
|
## Building from the command line with MSVC
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user