README.Wayland.txt: list required packages besides those in README.Unix.txt
This commit is contained in:
parent
6f36a63629
commit
314f464cd5
@ -177,26 +177,21 @@ Under Debian, the Wayland platform requires version 11 (a.k.a. Bullseye) or more
|
|||||||
Under Ubuntu, the Wayland platform is known to work with version 20.04 (focal fossa) or
|
Under Ubuntu, the Wayland platform is known to work with version 20.04 (focal fossa) or
|
||||||
more recent.
|
more recent.
|
||||||
|
|
||||||
These packages are necessary to build the FLTK library, in addition to those present
|
These packages are necessary to build the FLTK library, in addition to those listed
|
||||||
in a basic Debian/Ubuntu distribution :
|
in section 2.1 of file README.Unix.txt :
|
||||||
- g++
|
|
||||||
- gdb
|
|
||||||
- make
|
- make
|
||||||
- git
|
|
||||||
- autoconf
|
|
||||||
- libglu1-mesa-dev
|
|
||||||
- libpango1.0-dev
|
- libpango1.0-dev
|
||||||
- libwayland-dev
|
- libwayland-dev
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
- libdbus-1-dev
|
- libdbus-1-dev
|
||||||
- libxkbcommon-dev
|
- libxkbcommon-dev
|
||||||
- libgtk-3-dev <== with this, windows get a GTK-style titlebar
|
- libgtk-3-dev <== highly recommended, gives windows a GTK-style titlebar
|
||||||
- libglew-dev <== necessary to use OpenGL version 3 or above
|
- libglew-dev <== necessary to use OpenGL version 3 or above
|
||||||
- cmake <== if you plan to build with CMake
|
- cmake <== if you plan to build with CMake
|
||||||
- cmake-qt-gui <== if you plan to use the GUI of CMake
|
- cmake-qt-gui <== if you plan to use the GUI of CMake
|
||||||
|
|
||||||
This package is necessary to run FLTK apps under the Gnome-Wayland desktop:
|
This package is necessary to run FLTK apps under the Gnome-Wayland desktop:
|
||||||
- gnome
|
- gnome-core
|
||||||
|
|
||||||
These packages allow to run FLTK apps under the KDE/Plasma-Wayland desktop:
|
These packages allow to run FLTK apps under the KDE/Plasma-Wayland desktop:
|
||||||
- kde-plasma-desktop
|
- kde-plasma-desktop
|
||||||
@ -210,9 +205,8 @@ Package installation command: sudo apt-get install <package-name ...>
|
|||||||
|
|
||||||
The Wayland platform is known to work with Fedora version 35.
|
The Wayland platform is known to work with Fedora version 35.
|
||||||
|
|
||||||
These packages are necessary to build the FLTK library, besides those present
|
These packages are necessary to build the FLTK library, in addition to
|
||||||
in a Fedora 35 Workstation distribution :
|
package groups listed in section 2.2 of file README.Unix.txt :
|
||||||
- gcc-c++
|
|
||||||
- autoconf
|
- autoconf
|
||||||
- wayland-devel
|
- wayland-devel
|
||||||
- wayland-protocols-devel
|
- wayland-protocols-devel
|
||||||
@ -221,7 +215,7 @@ in a Fedora 35 Workstation distribution :
|
|||||||
- pango-devel
|
- pango-devel
|
||||||
- dbus-devel
|
- dbus-devel
|
||||||
- mesa-libGLU-devel
|
- mesa-libGLU-devel
|
||||||
- gtk3-devel <== with this, windows get a GTK-style titlebar
|
- gtk3-devel <== highly recommended, gives windows a GTK-style titlebar
|
||||||
- glew-devel <== necessary to use OpenGL version 3 or above
|
- glew-devel <== necessary to use OpenGL version 3 or above
|
||||||
- cmake <== if you plan to build with CMake
|
- cmake <== if you plan to build with CMake
|
||||||
- cmake-gui <== if you plan to use the GUI of CMake
|
- cmake-gui <== if you plan to use the GUI of CMake
|
||||||
@ -235,8 +229,9 @@ Package installation command: sudo yum install <package-name ...>
|
|||||||
The Wayland platform is known to work with FreeBSD version 13.1 and the sway compositor.
|
The Wayland platform is known to work with FreeBSD version 13.1 and the sway compositor.
|
||||||
|
|
||||||
These packages are necessary to build the FLTK library and the sway compositor:
|
These packages are necessary to build the FLTK library and the sway compositor:
|
||||||
pkg install git autoconf pkgconf xorg urwfonts gnome glew seatd sway \
|
git autoconf pkgconf xorg urwfonts gnome glew seatd sway dmenu-wayland dmenu evdev-proto
|
||||||
dmenu-wayland dmenu evdev-proto
|
|
||||||
|
Package installation command: sudo pkg install <package-name ...>
|
||||||
|
|
||||||
If FLTK is built using the configure/make procedure, include argument "--enable-localzlib"
|
If FLTK is built using the configure/make procedure, include argument "--enable-localzlib"
|
||||||
in the "configure" command.
|
in the "configure" command.
|
||||||
|
Loading…
Reference in New Issue
Block a user