From f936b1d0d56c051ba1054e9335e2bb56ca3a3c55 Mon Sep 17 00:00:00 2001 From: 54108 <3318195572@qq.com> Date: Mon, 4 Nov 2024 23:11:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=89=80=E9=9C=80=E8=BD=AF=E4=BB=B6=E5=8C=85=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 63af621..e33a92e 100644 --- a/readme.md +++ b/readme.md @@ -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 ```