Skip to content
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

Better document dependencies #27

Closed
mlabbe opened this issue Sep 27, 2016 · 2 comments
Closed

Better document dependencies #27

mlabbe opened this issue Sep 27, 2016 · 2 comments

Comments

@mlabbe
Copy link
Owner

mlabbe commented Sep 27, 2016

Currently, building for Linux requires you link libraries. These are undocumented which means you'll just have to compile, receive errors, install libraries and then try again.

@Alloyed
Copy link

Alloyed commented Sep 29, 2016

afaict (and this comes from my luarocks package, which you can use as an example if you want) that just means having gtk 3 installed.
On ubuntu the package you'd want is libgtk-3-dev.
The cflags/ldflags can be gotten from pkg-config, like so:

pkg-config --cflags gtk+-3.0
pkg-config --libs gtk+-3.0

@mlabbe
Copy link
Owner Author

mlabbe commented Nov 13, 2017

Thanks. This is documented in devel.

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