diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-07-14 21:27:52 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-07-14 21:27:52 -0300 |
commit | 4c52564f56545796ec5d9c03c93276347d732034 (patch) | |
tree | 6c581ffa4122e33fe5cfbc65049c627a5e485f2d /README.markdown | |
parent | 8ef58d472533a43155893889dfb1f97a4dec2dcf (diff) |
feat Update to SDL3
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 3e23118..692096f 100644 --- a/README.markdown +++ b/README.markdown @@ -11,7 +11,7 @@ However, because of this flexibility, the engine presumes that you have some bas Installation ------------ -CandyGear uses the libraries libSDL2, Vulkan, and freetype, so before installing CandyGear into a machine, ensure that development libraries for SDL are installed. +CandyGear uses the libraries libSDL3, Vulkan, and freetype, so before installing CandyGear into a machine, ensure that development libraries for SDL are installed. CandyGear is compiled with Ruby Rake; also ensure it is installed. To compile the code, run `rake` at the root directory; it will generate the binary engine. To install the core, run `rake install`. |