我正在尝试安装 libxcb:我从 xcb-proto 1.11 开始:
./configure --prefix=/usr
哪个工作没有错误。
但是当我尝试安装 libXau-1.0.8 时:
./configure --prefix=/usr
我得到错误:
checking for XAU... configure: error: Package requirements (xproto) were not met:
No package 'xproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable,...
我不确定我是否错过了一些重要的安装参数或其他什么?