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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Sep 30, 2021
1 parent b6e06f4 commit a0680a6
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.2.0-beta4/qt-somewhere-static-v6.2.0-beta4-archlinux-x86_64.tar.zst
curl -LO https://github.com/Shadowsocks-NET/qt-static-build/releases/download/v6.2.0/qt-somewhere-static-v6.2.0-archlinux-x86_64.tar.zst
mkdir static-installed
tar -C static-installed -xf qt-somewhere-static-v6.2.0-beta4-archlinux-x86_64.tar.zst
tar -C static-installed -xf qt-somewhere-static-v6.2.0-archlinux-x86_64.tar.zst

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

0 comments on commit a0680a6

Please sign in to comment.