rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

Building vncserver missing dependencies libvncserver-dev #74

Closed hburaylee closed 3 years ago

hburaylee commented 3 years ago

Building crate vncserver failed.

[INFO] [stderr]   thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Failure { command: "\"pkg-config\" \"--libs\"
 \"--cflags\" \"libvncserver\"", output: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "Package libvncserver was not 
found in the pkg-config search path.\nPerhaps you should add the directory containing `libvncserver.pc\'\nto the 
PKG_CONFIG_PATH environment variable\nNo package \'libvncserver\' found\n" } }', build.rs:9:65

Missing libvncserver-dev

Affected crates: vncserver Ubuntu 20.04 packages to install: libvncserver-dev