mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-06 11:19:42 -06:00
36 lines
615 B
Markdown
36 lines
615 B
Markdown
# Building
|
|
|
|
You must have a 64-bit machine for building and running the project. Always
|
|
run your system updater before building and make sure you have the latest
|
|
drivers.
|
|
|
|
## Setup
|
|
|
|
### Windows
|
|
|
|
* Windows 10 or later
|
|
* [Visual Studio 2022](https://www.visualstudio.com/downloads/)
|
|
* Windows 11 SDK version 10.0.17134.0 or later
|
|
|
|
```
|
|
git clone https://github.com/WinDurango-project/WinDurango.git
|
|
cd WinDurango
|
|
git submodule update --init
|
|
```
|
|
|
|
### Dumping Xbox Winmds
|
|
|
|
COMING SOON
|
|
|
|
### Converting Winmds to IDLs
|
|
|
|
COMING SOON
|
|
|
|
Open WinDurango.sln
|
|
|
|
Select Build > Build Solution
|
|
|
|
### Debugging Xbox Games
|
|
|
|
COMING SOON
|