File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ SKIP_RISCV=${SKIP_RISCV-0}
77SKIP_OPENOCD=${SKIP_OPENOCD-0}
88
99# Install prerequisites
10- sudo apt install -y jq cmake libtool automake libusb-1.0-0-dev libhidapi-dev libftdi1-dev libgpiod-dev
10+ sudo apt install -y jq cmake libtool automake libusb-1.0-0-dev libhidapi-dev libftdi1-dev
1111# RISC-V prerequisites
1212sudo apt install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev ninja-build git cmake libglib2.0-dev libslirp-dev
13+ # RPi Only prerequisites
14+ if [[ $( uname -m) == ' aarch64' ]]; then
15+ sudo apt install -y libgpiod-dev
16+ fi
1317
1418repos=$( cat config/repositories.json | jq -c ' .repositories[]' )
1519export version=$( cat ./version.txt)
You can’t perform that action at this time.
0 commit comments