更新README,添加所需软件包安装说明

This commit is contained in:
陈培栋 2024-11-04 23:11:45 +08:00
parent f186f0ca11
commit f936b1d0d5

View File

@ -1,5 +1,11 @@
# This is a peer-to-peer chat software
- use the follow instruction to install required packages
```
sudo apt install libwayland-dev wayland-protocols pkg-config libx11-dev xorg-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxkbcommon-dev vulkan-tools libvulkan-dev vulkan-utility-libraries-dev
```
- use the follow instruction to build it
```