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

Commit

Permalink
⬆️ Update Qt to v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Jun 17, 2022
1 parent 711b206 commit 1a914fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ 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.3.0/qt-somewhere-static-v6.3.0-archlinux-x86_64.tar.zst
curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6.3.1/qt-somewhere-static-v6.3.1-archlinux-x86_64.tar.zst
mkdir static-installed
tar -C static-installed -xf qt-somewhere-static-v6.3.0-archlinux-x86_64.tar.zst
tar -C static-installed -xf qt-somewhere-static-v6.3.1-archlinux-x86_64.tar.zst

git clone https://github.com/grpc/grpc.git --branch v1.46.3 --recursive --verbose --depth 1
mkdir grpc-build && cd grpc-build
Expand Down

0 comments on commit 1a914fd

Please sign in to comment.