Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
⬆️ Update Qt to v6.2.3 and gRPC to v1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Feb 19, 2022
1 parent 8436ac8 commit 3f1fff1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ pacman -Syu --needed --noconfirm git cmake ninja \
libxcomposite \
abseil-cpp c-ares re2

curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6.2.2/qt-somewhere-static-v6.2.2-archlinux-x86_64.tar.zst
curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6.2.3/qt-somewhere-static-v6.2.3-archlinux-x86_64.tar.zst
mkdir static-installed
tar -C static-installed -xf qt-somewhere-static-v6.2.2-archlinux-x86_64.tar.zst
tar -C static-installed -xf qt-somewhere-static-v6.2.3-archlinux-x86_64.tar.zst

git clone https://github.com/grpc/grpc.git --branch v1.42.0 --recursive --verbose --depth 1
git clone https://github.com/grpc/grpc.git --branch v1.44.0 --recursive --verbose --depth 1
mkdir grpc-build && cd grpc-build
cmake ../grpc \
-DBUILD_SHARED_LIBS=OFF \
Expand Down

0 comments on commit 3f1fff1

Please sign in to comment.