We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95399c commit 22da0f7Copy full SHA for 22da0f7
Yubico.NativeShims/build-linux-arm64.sh
@@ -19,10 +19,11 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq \
19
ca-certificates \
20
pkg-config \
21
gnupg \
22
+ libpcsclite-dev \
23
zlib1g-dev \
24
ninja-build \
25
g++-aarch64-linux-gnu \
- gcc-aarch64-linux-gnu
26
+ gcc-aarch64-linux-gnu \
27
28
# Install latest version of CMake for Ubuntu
29
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
0 commit comments