Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Install libatomic1 as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem committed Jul 14, 2020
1 parent e4b6bb1 commit a77f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Install requirements to build Bazel on Raspbian Buster
# Note: run this script with sudo
apt update
apt install build-essential zip unzip
apt install build-essential zip unzip libatomic1
apt install openjdk-11-jdk-headless # Warning: installs 1 GB of packages!

# Change default JDK to OpenJDK 11
Expand Down

0 comments on commit a77f25d

Please sign in to comment.