How install XCB?

In my mint I can't found <xcb/xcb.h> while in Ubuntu it was.

---------- Post updated at 03:11 PM ---------- Previous update was at 01:43 PM ----------

Is possibility install XCB from sources:
from linuxfromscratch.org
steps:
x7proto.html
xcb-proto.html
libXau.html
libxcb.html

If I would need someone to answer that question, I would stay away from compiling from source.
Please, use the package management of the distribution.
<xcb/xcb.h> lives in the package

libx11-dev

To install it in Mint:

sudo apt-get install libx11-dev
1 Like

libxcb1-dev is the same as libx11-dev?
I have installed from sources and both libxcb1-dev, libx11-dev have in last version.

Sorry, I entered the wrong package name. It should be libxcb1-dev .
You can find out about what package provides a file by using apt-file . You might need to install it and update it, first.

sudo apt-get install apt-file
apt-file update
apt-file find xcb/xcb.h
libxcb1-dev: /usr/include/xcb/xcb.h

or

apt-file search xcb/xcb.h
libxcb1-dev: /usr/include/xcb/xcb.h