Closed vt128 closed 2 years ago
Got the following error on Ubuntu:
# golang.design/x/clipboard ../../go/pkg/mod/golang.design/x/clipboard@v0.5.3/clipboard_linux.go:18:10: fatal error: X11/Xlib.h: No such file or directory 18 | #include <X11/Xlib.h> | ^~~~~~~~~~~~ compilation terminated.
Ref:
❯ uname -a Linux ubuntu 5.13.0-35-generic #40~20.04.1-Ubuntu SMP Mon Mar 7 09:18:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
sudo apt install libx11-dev
Got the following error on Ubuntu:
Ref: