mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
readme stuff
This commit is contained in:
parent
c996a8b61e
commit
fd9da9d865
3 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ By default, mkxp switches into the directory where its binary is contained and t
|
|||
|
||||
These depend on the SDL auxiliary libraries. For maximum RGSS compliance, build SDL2_image with png/jpg support, and SDL_sound with oggvorbis/wav/mp3 support.
|
||||
|
||||
To run mkxp, you should have a graphics card capable of at least **OpenGL 4.1** (or 3.3 with openGL4 set to false in mkxp.json) with an up-to-date driver installed.
|
||||
To run mkxp, you should have a graphics card capable of at least **OpenGL 3.3** with an up-to-date driver installed.
|
||||
|
||||
## Platform-specific scripts
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ if steamworks == true
|
|||
install: (host_system != 'windows'))
|
||||
endif
|
||||
|
||||
if host_system == 'linux'
|
||||
if host_system == 'linux' and get_option('appimage') == false
|
||||
exe_name += '.' + host_machine.cpu()
|
||||
endif
|
||||
|
||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 90 KiB |
Loading…
Add table
Reference in a new issue