Compiling X11 programs under ubuntu 22.04

Since upgrading to Ubuntu 22.04 "Jammy Jellyfish", I can't seem to be able to compile programs that use X11. Is there something I need to install? The X11 include files seem to be missing (or they moved?).

4

1 Answer

Open the terminal and type:

sudo apt install libx11-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