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
|
||||
|
||||
Requirements:
|
||||
- gtkmm-3.22 or greater and all dependencies
|
||||
- gtkmm-3.24 or greater with gtk and all dependencies
|
||||
- SDL 2.0
|
||||
- X11, even if only using Wayland
|
||||
- libepoxy
|
||||
- X11 development libraries, even if only using Wayland
|
||||
- CMake (meson for older versions)
|
||||
|
||||
Optional:
|
||||
- PulseAudio
|
||||
- ALSA
|
||||
- OSS
|
||||
- PortAudio
|
||||
- Wayland
|
||||
- libpng
|
||||
- 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:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue