From c8daf11cbd650d492542f16a7ec4e7c99a7af842 Mon Sep 17 00:00:00 2001 From: majun-bot Date: Sun, 8 Oct 2023 07:10:25 +0000 Subject: [PATCH] =?UTF-8?q?add=20complie.sh.=20=E6=B7=BB=E5=8A=A0=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: majun-bot --- complie.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 complie.sh diff --git a/complie.sh b/complie.sh new file mode 100644 index 0000000..611ed90 --- /dev/null +++ b/complie.sh @@ -0,0 +1 @@ +wget https://opengauss.obs.cn-south-1.myhuaweicloud.com/latest/binarylibs/openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz && tar -zxvf openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz && mv openGauss-third_party_binarylibs_openEuler_x86_64 binarylibs && chmod 777 binarylibs && rm -f openGauss-third_party_binarylibs_openEuler_x86_64.tar.gz && cd build/linux/opengauss/ && sh build.sh -3rd ../../../binarylibs -m Release -t cmake \ No newline at end of file -- Gitee