10000 Document how to install dependencies · Issue #61 · colinkeenan/silentcast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Document how to install dependencies #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
strowk opened this issue Dec 10, 2020 · 2 comments
Open

Document how to install dependencies #61

strowk opened this issue Dec 10, 2020 · 2 comments

Comments

@strowk
Copy link
strowk commented Dec 10, 2020

I'm currently cannot build this, because of error

gtk/gtkx.h: No such file or directory

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.

@strowk
Copy link
Author
strowk commented Dec 10, 2020

I found out - it was sudo apt install libgtk-3-dev :)

Still believe it should be in documentation though.

puttehi added a commit to puttehi/silentcast that referenced this issue Sep 3, 2022
- 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.

Closes colinkeenan#52, colinkeenan#61
@puttehi
Copy link
puttehi commented Sep 3, 2022

Had the same thoughts so opened a PR to help future users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0