Skip to content

Commit

Permalink
Add missing X11 libs for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
shymega committed Jan 31, 2024
1 parent 0293fa0 commit e98a720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Building-on-Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
sudo apt update && sudo apt upgrade
sudo apt install git cmake make xorg-dev g++ libcurl4-openssl-dev \
libavahi-compat-libdnssd-dev libssl-dev libx11-dev \
qttools5-dev qtbase5-dev
qttools5-dev qtbase5-dev libice-dev libsm-dev
```

### Fedora
Expand Down

0 comments on commit e98a720

Please sign in to comment.