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

Linux Compilation #1

Closed
trevordblack opened this issue Aug 19, 2019 · 1 comment
Closed

Linux Compilation #1

trevordblack opened this issue Aug 19, 2019 · 1 comment

Comments

@trevordblack
Copy link

trevordblack commented Aug 19, 2019

On Linux, compilation requires the libraries and headers for Xcursor and Xinerama.
They can be installed on a gnome distro with:
sudo apt install libxinerama-dev libxcursor-dev

Later during linking, xi is required:
sudo apt install libxi-dev

Sorry for creating an entire issue. Hope it's of value.

@wkjarosz
Copy link
Owner

That's correct. You can also look at the .travis.yml file for what packages are needed to successfully compile on e.g. ubuntu.

Since there doesn't seen to be any action needed on this, I'm closing the issue.

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