2025-09-18 08:37:02 +08:00
# Eden Build Documentation
2026-03-08 01:16:05 +08:00
Are you just a casual user? Take a look at our [User Handbook ](./user ) then!
2026-05-17 08:16:48 +08:00
If you want to register/signup as a contributor, take a gander at the [signup guide ](./SIGNUP.md ).
2025-10-20 09:43:15 +08: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 08:37:02 +08:00
2026-05-17 08:16:48 +08:00
- **[General Build Instructions](./Build.md)**
- **[CMake Options](./Options.md)**
- **[Cross Compiling](./CrossCompile.md)**
- **[Development Guidelines](./Development.md)**
- **[Dependencies](./Deps.md)**
2025-10-20 20:25:03 +08:00
- **[Debug Guidelines](./Debug.md)**
2026-06-03 11:02:13 +08:00
- **[RenderDoc usage](./RenderDoc.md)**
2026-01-30 18:35:39 +08:00
- **[CPM - CMake Package Manager](./CPMUtil)**
2026-05-17 08:16:48 +08:00
- **[Platform-Specific Caveats](./Caveats.md)**
2025-12-13 01:36:19 +08:00
- **[The NVIDIA SM86 (Maxwell) GPU](./NvidiaGpu.md)**
2026-01-01 04:30:31 +08:00
- **[Cross compilation](./CrossCompile.md)**
2026-01-29 14:50:43 +08:00
- **[Driver Bugs](./DriverBugs.md)**
2026-04-07 01:12:10 +08:00
- **[Building Older Commits](./build/OlderCommits.md)**
2026-05-17 08:16:48 +08:00
- Subsystems:
- **[Dynarmic](./dynarmic/README.md)**
- **[HOS Kernel](./HosKernel.md)**
- **[Settings](./Settings.md)**
2026-01-30 18:35:39 +08:00
## Policies
Policies and information on development.
- **[AI and LLM Usage](./policies/AI.md)**
- **[Release Policy](./policies/Release.md)**
- **[Coding guidelines](./policies/Coding.md)**
2026-05-17 08:16:48 +08:00
- **[Coding Style guidelines](./policies/CodingStyle.md)**
## 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)**