From d108b9d39b838aa5802eb678dcedf309fe20045b Mon Sep 17 00:00:00 2001 From: Yi <10001077+yy1021564143@user.noreply.gitee.com> Date: Fri, 3 Dec 2021 12:09:49 +0000 Subject: [PATCH] =?UTF-8?q?update=20build.sh.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BA=86x11=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 002a250..e4feaba 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -g++ tx_server.cpp -o server -g -w -lpthread `pkg-config --cflags --libs libavformat libavutil libavdevice libavcodec libswscale` \ No newline at end of file +g++ tx_server.cpp -o server -lX11 -g -w -lpthread `pkg-config --cflags --libs libavformat libavutil libavdevice libavcodec libswscale` \ No newline at end of file -- Gitee