diff --git a/README.md b/README.md index 86e2f773..b4cb3298 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This binding should support RGSS1, RGSS2 and RGSS3. Note that I've only tested t ## Dependencies / Building -* [ObjFW](https://github.com/ObjFW/ObjFW) * libsigc++ 2.0 * PhysFS (latest hg) * OpenAL @@ -26,13 +25,11 @@ This binding should support RGSS1, RGSS2 and RGSS3. Note that I've only tested t * SDL2_image * SDL2_ttf * [Ancurio's SDL_sound fork](https://github.com/Ancurio/SDL_sound) -* [My Ruby 1.8 fork](https://github.com/inori-z/ruby/tree/ruby_1_8_7), if using Ruby 1.8 +* [My Ruby 1.8 fork](https://gitlab.com/mkxp-z/ruby/-/tree/ruby_1_8_7), if using Ruby 1.8 * vorbisfile * pixman * zlib -* OpenGL header - -(* For the F1 menu to work correctly under Linux/X11, you need latest hg + [this patch](https://bugzilla.libsdl.org/show_bug.cgi?id=2745)) +* OpenGL/ES mkxp-z employs the meson build system, so you'll need to install that beforehand. diff --git a/macos/Dependencies/dependencies.make b/macos/Dependencies/dependencies.make index 44e36d5a..56a9df4c 100644 --- a/macos/Dependencies/dependencies.make +++ b/macos/Dependencies/dependencies.make @@ -211,7 +211,7 @@ $(DOWNLOADS)/sdl2_ttf/configure: $(DOWNLOADS)/sdl2_ttf/autogen.sh cd $(DOWNLOADS)/sdl2_ttf; ./autogen.sh $(DOWNLOADS)/sdl2_ttf/autogen.sh: - $(CLONE) $(GITLAB)/mkxp-z/SDL_ttf $(DOWNLOADS)/sdl2_ttf + $(CLONE) $(GITLAB)/mkxp-z/SDL_ttf $(DOWNLOADS)/sdl2_ttf -b mkxp-z # Freetype (dependency of SDL2_ttf) freetype: init_dirs $(LIBDIR)/libfreetype.a diff --git a/screenshot.png b/screenshot.png index df474a06..c025cc74 100644 Binary files a/screenshot.png and b/screenshot.png differ