Skip to content

Commit

Permalink
Merge branch 'main' into feat/report-liburing-version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielealbano authored Jan 2, 2025
2 parents 8ee6747 + 5fb5b27 commit e8ac9ec
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions docs/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Example output

## Install the required packages

### Ubuntu 22.04
### Ubuntu 22.04 and Ubuntu 24.04

`libatomic1` is not included directly as it's as dependency of `libatomic` which is a dependency itself of
`build-essential`.
Expand All @@ -49,24 +49,6 @@ sudo apt install \
liblzf-dev
```

### Ubuntu 20.04

`libatomic1` is not included directly as it's as dependency of `libatomic` which is a dependency itself of
`build-essential`.

```shell
sudo apt install \
build-essential cmake pkg-config git \
libnuma1 libnuma-dev \
libcurl4-openssl-dev libcurl4 \
libyaml-0-2 libyaml-dev \
libmbedtls-dev libmbedtls12 \
libpcre2-8-0 libpcre2-dev \
libjson-c-dev \
libhiredis-dev \
liblzf-dev
```

### Debian 11

`libatomic1` is not included directly as it's as dependency of `libatomic` which is a dependency itself of
Expand Down

0 comments on commit e8ac9ec

Please sign in to comment.