Merge pull request #1344 from guibou/gtk3

Use gtk3 for nativefiledialog
This commit is contained in:
Connor McLaughlin
2020-12-30 00:56:11 +10:00
committed by GitHub
3 changed files with 8 additions and 6 deletions

View File

@ -172,7 +172,8 @@ Requirements:
Requirements (Debian/Ubuntu package names):
- CMake (`cmake`)
- SDL2 (`libsdl2-dev`)
- GTK2.0 for file selector (`libgtk2.0-dev`)
- GTK3.0 for file selector (`libgtk-3-dev`)
- pkgconfig (`pkg-config`)
- Qt 5 (`qtbase5-dev`, `qtbase5-private-dev`, `qtbase5-dev-tools`, `qttools5-dev`)
- git (`git`) (Note: needed to clone the repository and at build time)
- Optional for faster building: Ninja (`ninja-build`)