How to install X11 development libraries on Ubuntu 19.04

I'm trying to install leandvb, but the GUI won't compile, because I (apparently) don't have X11 development libraries. How do I install these?

2 Answers

It depends what the author means by "X11 development libraries". Probably it will be sufficient to install the libx11-dev package:

sudo apt install libx11-dev
3

Try:

sudo apt-get install libx11-dev xserver-xorg-dev xorg-dev
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like