Skip to content

Commit 05179a4

Browse files
authored
Update buildroot.md dependencies for Ubuntu 24.04
Actually, the only packages I had to install were: git make gawk gcc g++ libncurses-dev bzip2 and python3-distutils was unavailable.
1 parent 5cb95dd commit 05179a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/buildroot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ for the package list of other Linux distributions.
1818
```sh
1919
sudo apt update
2020
sudo apt install build-essential clang flex bison g++ gawk \
21-
gcc-multilib g++-multilib gettext git libncurses5-dev libssl-dev \
22-
python3-setuptools rsync swig unzip zlib1g-dev file wget
21+
gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \
22+
rsync swig unzip zlib1g-dev file wget bzip2
2323
```
2424

2525
## Download

0 commit comments

Comments
 (0)