Centos 8: how to easily install X11 development environment for building FLTK
22 views
Skip to first unread message
Greg Ercolano
unread,
Nov 12, 2020, 10:55:04 PM11/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fltkg...@googlegroups.com
A nice shortcut under centos 8 is using:
yum install fltk-devel
That quickly pulls in all the X/image/mesa/zlib/etc development files that FLTK needs all at once.
Not sure if you need to have 'PowerTools' enabled first in order to do that, e.g.
dnf config-manager --set-enabled PowerTools
I noticed early on after installing Centos 8 that to install common dev packages, a command like 'yum install doxgen' would fail (not found error) unless you enabled "powertools" with that dnf command first.