File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Ubuntu setup
4
4
# Change in archive-build.sh gawk to awk
5
- # sudo apt update && sudo apt install -y gperf cmake ninja-build ccache
6
- # pip3 install wheel future pyelftools
5
+ sudo apt update && sudo apt install -y gperf cmake ninja-build ccache
6
+ pip3 install wheel future pyelftools
7
7
8
8
# MacOS (ARM) setup
9
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 uv
16
- uv venv
17
- uv pip install future pyelftools
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 uv
16
+ # uv venv
17
+ # uv pip install future pyelftools
You can’t perform that action at this time.
0 commit comments