天天看點

Package requirements (pthread-stubs xau >= 0.99.2) were not met:

編譯xcb時出現的錯誤:

configure: error: Package requirements (pthread-stubs xau >= 0.99.2) were not met:
 
No package 'pthread-stubs' found
No package 'xau' found      

解決辦法:

sudo apt install libxau-dev libpthread-stubs0-dev      

繼續閱讀