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}
7
7
SKIP_OPENOCD=${SKIP_OPENOCD-0}
8
8
9
9
# 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
11
11
# RISC-V prerequisites
12
12
sudo 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
13
17
14
18
repos=$( cat config/repositories.json | jq -c ' .repositories[]' )
15
19
export version=$( cat ./version.txt)
You can’t perform that action at this time.
0 commit comments