I am trying to build a software called Solvespace. This my first attempt at a "Build". Instructions for building Solvespace are on Debian are at https://github.com/solvespace/solvespace I did not find any instructions for building Solvespace on fedora.
I found the names of the dfs packages on fedora packages, except for the libgl-dev package:
$ sudo dnf install libgl-dev
No package libgl-dev available.
Error: Unable to find a match.
Many packages on fedora packages start with "libgl". But "libgl" is not listed.
How can I install libgl-dev package on fedora 24?
Thank you.