mirror of https://github.com/snes9xgit/snes9x.git
Update Gtk section to reflect newer requirements
parent
b64ceeec85
commit
ee29cf1d85
10
Compiling.md
10
Compiling.md
|
@ -44,23 +44,19 @@ NOTE: Unicode support requires a special zlib build - see the end of the zlib en
|
||||||
## GTK
|
## GTK
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- gtkmm-3.22 or greater and all dependencies
|
- gtkmm-3.24 or greater with gtk and all dependencies
|
||||||
- SDL 2.0
|
- SDL 2.0
|
||||||
- X11, even if only using Wayland
|
- X11 development libraries, even if only using Wayland
|
||||||
- libepoxy
|
|
||||||
- CMake (meson for older versions)
|
- CMake (meson for older versions)
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
- PulseAudio
|
- PulseAudio
|
||||||
- ALSA
|
- ALSA
|
||||||
- OSS
|
|
||||||
- PortAudio
|
- PortAudio
|
||||||
- Wayland
|
- Wayland
|
||||||
- libpng
|
|
||||||
- minizip
|
- minizip
|
||||||
- zlib
|
|
||||||
|
|
||||||
Check out glslang and SPIRV-Cross: *(Optional for slang shader support)*
|
Check out glslang and SPIRV-Cross:
|
||||||
|
|
||||||
glslang and SPIRV-Cross are submodules located in the main source directory at `shaders/glslang` and `shaders/SPIRV-Cross`. If you are using a git clone, to get all the necessary projects you can simply run:
|
glslang and SPIRV-Cross are submodules located in the main source directory at `shaders/glslang` and `shaders/SPIRV-Cross`. If you are using a git clone, to get all the necessary projects you can simply run:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue