mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-01 10:52:26 +00:00
858f9e5aea
Signed-off-by: lizzie <lizzie@eden-emu.dev> - [x] I have read and followed the [Contribution Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/CONTRIBUTING.md#code-contributions). - [x] I have read and followed the [AI Policy](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/AI.md) - [x] I have read and followed the [Coding Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/Coding.md) to the best of my ability. ------------------- updates deps.md (freebsd had a package that didnt exist, oops) netbsd also had outdated packages moved windows caveats into the user guide (because well, those are user stuff, not build caveats) MANY redundant wording removals (especially on dynarmic) proper capitalization of Eden, Dynarmic, Amiibo, and CLion fixed discord link on metainfo as well also fixed file associations as well otherwise installed eden wont have icon over NSP/XCI/etc files "please" is filler fixes a HANDFUL of dead links as well Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4315 Reviewed-by: crueter <crueter@eden-emu.dev> Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
42 lines
1.5 KiB
Markdown
42 lines
1.5 KiB
Markdown
# Eden Build Documentation
|
|
|
|
Are you just a casual user? Take a look at our [User Handbook](./user) then!
|
|
|
|
If you want to register/signup as a contributor, take a gander at [CONTRIBUTING.md](../CONTRIBUTING.md).
|
|
|
|
This contains documentation created by developers, build instructions, guidelines, instructions/layouts for [cool stuff we made](./CPMUtil.md), and more.
|
|
|
|
- **[General Build Instructions](./Build.md)**
|
|
- **[CMake Options](./Options.md)**
|
|
- **[Cross Compiling](./CrossCompile.md)**
|
|
- **[Development Guidelines](./Development.md)**
|
|
- **[Dependencies](./Deps.md)**
|
|
- **[Debug Guidelines](./Debug.md)**
|
|
- **[RenderDoc](./Debug.md#renderdoc)**
|
|
- **[CPM - CMake Package Manager](./CPMUtil.md)**
|
|
- **[Platform-Specific Caveats](./Caveats.md)**
|
|
- **[The NVIDIA SM86 (Maxwell) GPU](./NvidiaGpu.md)**
|
|
- **[Driver Bugs](./DriverBugs.md)**
|
|
- **[Building Older Commits](./build/OlderCommits.md)**
|
|
- Subsystems:
|
|
- **[Design Overview](./DesignOverview.md)**
|
|
- **[Dynarmic](./dynarmic/README.md)**
|
|
- **[HOS Kernel](./HosKernel.md)**
|
|
- **[Settings](./Settings.md)**
|
|
|
|
## Policies
|
|
|
|
Policies and information on development.
|
|
|
|
- **[AI and LLM Usage](./policies/AI.md)**
|
|
- **[Coding guidelines](./policies/Coding.md)**
|
|
- **[Contributing](../CONTRIBUTING.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)**
|