Update readme a bit

This commit is contained in:
ゾロアーク 2020-11-27 00:32:32 -05:00
parent 595e78db9f
commit fb13c7467e
3 changed files with 3 additions and 6 deletions

View file

@ -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.

View file

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 40 KiB