Open samuela opened 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.
sudo apt-get install xorg-dev
See also https://github.com/aweinstock314/rust-clipboard/issues/67.
This is very useful, thanks. My github actions for my project were failing because of these missed dependencies.
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.