FLTK logo

[master] 314f464 - README.Wayland.txt: list required packages besides those in README.Unix.txt

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 314f464 - README.Wayland.txt: list required packages besides those in README.Unix.txt "ManoloFLTK" Nov 24, 2022  
 
commit 314f464cd526d2060cba420ce2060605a393b70e
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Thu Nov 24 12:14:30 2022 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Thu Nov 24 12:14:30 2022 +0100

    README.Wayland.txt: list required packages besides those in README.Unix.txt

 README.Wayland.txt | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git README.Wayland.txt README.Wayland.txt
index 4ab819b..2375c2f 100644
--- README.Wayland.txt
+++ 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.
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.