File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed
Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 33- All targets with all cpu cores are used when building and broken equals 1
44
55
6- #### the following packages are required for ubuntu and debian
6+ #### the following packages are required for ` ubuntu:22.04 ` and ` debian:bookworm `
77Simply enter the command below and all the necessary packages will be installed under ubuntu and debian
8- ````
9- sudo apt update && sudo apt install -y ecdsautils build-essential curl gawk git libncurses-dev lua-check python3 shellcheck time unzip wget rsync subversion qemu-utils zlib1g-dev libssl-dev libelf-dev file
8+ ```` bash
9+ apt update && apt install -y --no-install-recommends \
10+ build-essential \
11+ ca-certificates \
12+ clang \
13+ ecdsautils \
14+ file \
15+ gawk \
16+ git \
17+ libelf-dev \
18+ libncurses5-dev \
19+ libnss-unknown \
20+ libssl-dev \
21+ llvm \
22+ lua-check \
23+ openssh-client \
24+ python3 \
25+ python3-dev \
26+ python3-pyelftools \
27+ python3-setuptools \
28+ qemu-utils \
29+ rsync \
30+ shellcheck \
31+ swig \
32+ time \
33+ unzip \
34+ wget \
35+ zlib1g-dev
1036````
You can’t perform that action at this time.
0 commit comments