aweinstock314 / rust-clipboard

System Clipboard interfacing library in Rust
Apache License 2.0
368 stars 75 forks source link

Clarify linux dependencies #69

Open samuela opened 5 years ago

samuela commented 5 years ago

I found the standard linux instructions (sudo apt-get install xorg-dev) to be insufficient on AWS Ubuntu 18.04. Updating with what I found to be the absolute minimal set of dependencies.

samuela commented 5 years ago

See also https://github.com/aweinstock314/rust-clipboard/issues/67.

yancouto commented 3 years ago

This is very useful, thanks. My github actions for my project were failing because of these missed dependencies.