2025-09-18 02:37:02 +02:00
# Eden Build Documentation
2026-03-07 18:16:05 +01:00
Are you just a casual user? Take a look at our [User Handbook ](./user ) then!
2026-05-17 02:16:48 +02:00
If you want to register/signup as a contributor, take a gander at the [signup guide ](./SIGNUP.md ).
2025-10-20 03:43:15 +02:00
This contains documentation created by developers. This contains build instructions, guidelines, instructions/layouts for [cool stuff we made ](./CPMUtil ), and more.
2025-09-18 02:37:02 +02:00
2026-05-17 02:16:48 +02:00
- **[General Build Instructions ](./Build.md )**
- **[CMake Options ](./Options.md )**
- **[Cross Compiling ](./CrossCompile.md )**
- **[Development Guidelines ](./Development.md )**
- **[Dependencies ](./Deps.md )**
2025-10-20 14:25:03 +02:00
- **[Debug Guidelines ](./Debug.md )**
2026-06-03 05:02:13 +02:00
- **[RenderDoc usage ](./RenderDoc.md )**
2026-01-30 11:35:39 +01:00
- **[CPM - CMake Package Manager ](./CPMUtil )**
2026-05-17 02:16:48 +02:00
- **[Platform-Specific Caveats ](./Caveats.md )**
2025-12-12 18:36:19 +01:00
- **[The NVIDIA SM86 (Maxwell) GPU ](./NvidiaGpu.md )**
2025-12-31 21:30:31 +01:00
- **[Cross compilation ](./CrossCompile.md )**
2026-01-29 07:50:43 +01:00
- **[Driver Bugs ](./DriverBugs.md )**
2026-04-06 19:12:10 +02:00
- **[Building Older Commits ](./build/OlderCommits.md )**
2026-05-17 02:16:48 +02:00
- Subsystems:
2026-07-09 23:06:46 +02:00
- **[Dynarmic ](./dynarmic/README.md )**
- **[HOS Kernel ](./HosKernel.md )**
- **[Settings ](./Settings.md )**
2026-01-30 11:35:39 +01:00
## Policies
Policies and information on development.
- **[AI and LLM Usage ](./policies/AI.md )**
- **[Coding guidelines ](./policies/Coding.md )**
2026-07-09 23:06:46 +02:00
- **[Contributing ](../CONTRIBUTING.md )**
2026-05-17 02:16:48 +02:00
## Externals
Other useful resources in general, take a quick read if you need.
- **[SwitchBrew ](https://switchbrew.org/wiki/Main_Page )**
- **[IPS file format ](https://zerosoft.zophar.net/ips.php )**
- **[IPSwitch file format ](https://github.com/3096/ipswitch )**