You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In README.md one of the dependencies listed for Linux is glib when the project actually depends on glib-2.0 or glib2.
Explanation
glib-1.2 is still in common use on many systems, and (at least on Fedora 28) depending on glib assumes You need that and not glib-2.0. Since glib2 is required, and is even checked for in CMakeLists.txt, it should be noted as such in the README.md.
Solution
Update README.md to reference the correct version of glib (Possibly also introducing version requirements for the other listed packages).
The text was updated successfully, but these errors were encountered:
Issue
In
README.md
one of the dependencies listed for Linux isglib
when the project actually depends onglib-2.0
orglib2
.Explanation
glib-1.2
is still in common use on many systems, and (at least on Fedora 28) depending onglib
assumes You need that and notglib-2.0
. Sinceglib2
is required, and is even checked for inCMakeLists.txt
, it should be noted as such in theREADME.md
.Solution
Update
README.md
to reference the correct version of glib (Possibly also introducing version requirements for the other listed packages).The text was updated successfully, but these errors were encountered: