wording pt.2

This commit is contained in:
lizzie
2026-08-30 07:18:55 +00:00
parent 68d2afddc0
commit 9e37f26392
6 changed files with 15 additions and 25 deletions
+6 -3
View File
@@ -5,12 +5,15 @@
This is a full-fledged guide to build Eden on all supported platforms.
TL;DR
If you already have a development environment set up:
```sh
cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -GNinja
cmake --build build -t yuzu --parallel
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
cmake --build build
```
On Linux, macOS, and MinGW/MSYS2, make sure to read the [dependencies guide](Deps.md). On Android, read its [dedicated page](build/Android.md).
## Dependencies
First, you must [install some dependencies](Deps.md).