summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2025-07-14 18:13:39 -0300
committerFrederico Linhares <fred@linhares.blue>2025-07-14 18:13:39 -0300
commit8ef58d472533a43155893889dfb1f97a4dec2dcf (patch)
treed60bcfab91d9ede393f800f8433dc4c98e6363f9 /README.markdown
parent0efc2fc6e7aeba281b2718157439f3e43c23d61a (diff)
refa Remove SDL2 mixer
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index b9cb3df..3e23118 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, SDL2\_mixer, and freetype, so before installing CandyGear into a machine, ensure that development libraries for SDL are installed.
+CandyGear uses the libraries libSDL2, 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`.