2025-09-18 08:37:02 +08:00
# Eden Build Documentation
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
- **[General Build Instructions](Build.md)**
2025-10-20 20:25:03 +08:00
- **[Cross Compiling](CrossCompile.md)**
2025-09-18 08:37:02 +08:00
- **[Development Guidelines](Development.md)**
- **[Dependencies](Deps.md)**
2025-10-20 20:25:03 +08:00
- **[Debug Guidelines](./Debug.md)**
2026-01-30 18:35:39 +08:00
- **[CPM - CMake Package Manager](./CPMUtil)**
2025-09-18 08:37:02 +08:00
- **[Platform-Specific Caveats](Caveats.md)**
2025-12-13 01:36:19 +08:00
- **[The NVIDIA SM86 (Maxwell) GPU](./NvidiaGpu.md)**
2025-10-29 10:24:20 +08:00
- **[User Handbook](./user)**
2026-01-01 00:29:16 +08:00
- **[Dynarmic](./dynarmic)**
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-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)**