Skip to content

Commit c94c926

Browse files
buildgluonscript: Update README.md
1 parent 59c6cdf commit c94c926

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

buildgluonscript/README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,34 @@
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`
77
Simply 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
````

0 commit comments

Comments
 (0)