Skip to content

Commit ca15f1e

Browse files
committed
Updates prepare-ci script
1 parent 6337a02 commit ca15f1e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

Diff for: tools/prepare-ci.sh

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
#!/bin/bash
22

3-
sudo apt update && sudo apt install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
4-
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
5-
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools
3+
# Ubuntu setup
4+
# Change in archive-build.sh gawk to awk
5+
#sudo apt update && sudo apt install -y gperf cmake ninja-build
6+
#pip3 install wheel future pyelftools
7+
8+
# MacOS (ARM) setup
9+
# Change in archive-build.sh awk to gawk
10+
brew install gsed
11+
brew install gawk
12+
brew install gperf
13+
brew install ninja
14+
brew install ccache
15+
python -m pip install --upgrade pip
16+
pip install wheel future pyelftools

0 commit comments

Comments
 (0)