commit fd0cc47cad3b8722d2c6c8f24c35b07b45e0d47b parent a4f280878aae1f2c0f5648697390314d259aa082 Author: rexim <reximkut@gmail.com> Date: Sat, 11 Feb 2023 00:10:00 +0700 Document some dependencies Diffstat:
| M | README.md | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -4,6 +4,12 @@ # Quick Start +## Dependencies + +- [SDL2 2.0.9+](https://www.libsdl.org/) +- [FreeType 2.13.0+](https://freetype.org/) +- [GLEW 2.1.0+](https://glew.sourceforge.net/) + ## POSIX ```console
