Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions docs/development/compiling-mesa-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,11 @@ To allow the system to find `meson`, `flex`, and `bison` from any command line,

1. Open a new **PowerShell** or **Windows Terminal** window.
2. Navigate to the directory where you want to store the project (e.g., `C:\dev`).
3. Clone the repository using one of the following commands:

Dev:
```powershell
git clone -b uwp-main https://github.com/SternXD/mesa-uwp.git
```

Stable:
```powershell
git clone -b uwp-25.2.0 https://github.com/SternXD/mesa-uwp.git
```
3. Clone the repository using the following command:

```powershell
git clone -b uwp-25.3.3 https://github.com/SternXD/mesa-uwp.git
```
---

## 4. Compilation Process
Expand Down