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
I tried to figure out which package to install to have this and I see several choices from apt-cache search libgtk | grep libgtk3 :
libgtk3-perl - Perl bindings for the GTK+ graphical user interface library
libgtk3-nocsd0 - Library to disable Gtk+ 3 client side decorations (CSD)
libgtk3-simplelist-perl - Perl simple interface to GTK+ 3's complex MVC list widget
libgtk3-webkit2-perl - WebKit2 bindings for Perl
libgtk3.0-cil - CLI binding for the GTK+ 3.0 toolkit
libgtk3.0-cil-dev - CLI binding for the GTK+ toolkit 3.0
I'm not sure which to install. Should it be libgtk3.0-cil-dev ?
I think it would be better to have a ready apt-get command in documentation, explaining exactly what package should be installed.
The text was updated successfully, but these errors were encountered:
- Users don't know how to install dependencies, e.g.
gtk3 cannot be found with that name specifically.
- Installation is the second most wanted thing after
a short overview, so let's put it after the overview.
- This required rewording and reformatting the
previous end section to keep it sensical.
Closescolinkeenan#52, colinkeenan#61
I'm currently cannot build this, because of error
I tried to figure out which package to install to have this and I see several choices from
apt-cache search libgtk | grep libgtk3
:I'm not sure which to install. Should it be
libgtk3.0-cil-dev
?I think it would be better to have a ready apt-get command in documentation, explaining exactly what package should be installed.
The text was updated successfully, but these errors were encountered: