/usr/bin/ld: 编译 window 管理器时找不到 -lXinerama

/usr/bin/ld: cannot find -lXinerama when compiling window manager

当我尝试编译由同一作者编写的 https://github.com/Kintaro/wtftw or code from tutorial https://kintaro.github.io/rust/window-manager-in-rust-01/ 时,我收到一条错误消息,内容为

note: /usr/bin/ld: cannot find -lXinerama 问题似乎出在这个 crate

extern crate xinerama; 但 xinerama 本身构建成功。 我如何更改 code/cargo 设置或其他任何内容来修复它?我正在使用 Ubuntu 14.04 并每晚生锈。

您可能想要安装 libxinerama 和 libxinerama-dev