Noted Dependencies.

This commit is contained in:
2025-07-04 10:49:16 -04:00
parent 7916983d34
commit d79c47a828

View File

@@ -30,6 +30,36 @@ Our goal is to offer a flexible, efficient, and user-friendly solution for 2D ga
* Real-time Preview: See your level come to life as you build it.
## Dependencies
### Managed Dependencies
Redacted Software Libraries are [automatically](https://github.com/cpm-cmake/CPM.cmake) managed as part of the build toolchain. They are enumerated here for documentation's sake.
* [@maxine/mcolor](https://git.redacted.cc/maxine/mcolor)
* [@josh/Event]()
* [@josh/jlog]()
* [@josh/ArgsParser]()
* @josh/J3ML
* @josh/json
* @josh/JGL
* @Redacted/ReWindow
* @Redacted/ReArchive
* @josh/ReJUI
### Your Responsibility
Below is the list of software you will need installed on your system. Package names are included for the main Linux Distributions we test on.
* OpenGL
* Fedora / Rocky / RHEL: `mesa-libGL-devel`
* Ubuntu / Debian: `libgl-dev`
* Arch: `mesa`
* [Vulkan](https://vulkan.lunarg.com/sdk/home)
* Fedora / Rocky / RHEL: `vulkan-devel vulkan-loaders-devel vulkan-headers`
* Ubuntu / Debian: `libvulkan-dev`
* Arch: `vulkan-devel`
* FreeType:
* Fedora / Rocky / RHEL: `freetype-devel`
## Known Bugs / TODOs
## Contributing