diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-24 12:14:30 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-24 12:14:30 +0100 |
| commit | 314f464cd526d2060cba420ce2060605a393b70e (patch) | |
| tree | c475bc934e99c935439fa0b2ca77689ec89ba24e | |
| parent | 6f36a6362982b08574e27a61d9c8716fe5aac8a8 (diff) | |
README.Wayland.txt: list required packages besides those in README.Unix.txt
| -rw-r--r-- | README.Wayland.txt | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt index 4ab819b7c..2375c2f55 100644 --- a/README.Wayland.txt +++ b/README.Wayland.txt @@ -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 more recent. -These packages are necessary to build the FLTK library, in addition to those present -in a basic Debian/Ubuntu distribution : -- g++ -- gdb +These packages are necessary to build the FLTK library, in addition to those listed +in section 2.1 of file README.Unix.txt : - make -- git -- autoconf -- libglu1-mesa-dev - libpango1.0-dev - libwayland-dev - wayland-protocols - libdbus-1-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 - cmake <== if you plan to build with 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: -- gnome +- gnome-core These packages allow to run FLTK apps under the KDE/Plasma-Wayland 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. -These packages are necessary to build the FLTK library, besides those present -in a Fedora 35 Workstation distribution : -- gcc-c++ +These packages are necessary to build the FLTK library, in addition to +package groups listed in section 2.2 of file README.Unix.txt : - autoconf - wayland-devel - wayland-protocols-devel @@ -221,7 +215,7 @@ in a Fedora 35 Workstation distribution : - pango-devel - dbus-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 - cmake <== if you plan to build with 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. These packages are necessary to build the FLTK library and the sway compositor: -pkg install git autoconf pkgconf xorg urwfonts gnome glew seatd sway \ - dmenu-wayland dmenu evdev-proto +git autoconf pkgconf xorg urwfonts gnome glew seatd sway 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" in the "configure" command. |
