Skip to content

Commit

Permalink
Updating guides to re-include the libatomic package
Browse files Browse the repository at this point in the history
Signed-off-by: Sabeel Ansari <[email protected]>
  • Loading branch information
5abeel committed Dec 20, 2023
1 parent 10810e0 commit ff8a2d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/setup/dpdk-setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Install the following packages for building networking-recipe.
For Fedora:

```bash
yum install libnl3-devel
yum install libatomic libnl3-devel
pip3 install -r requirements.txt
```

For Ubuntu:

```bash
apt install libnl-route-3-dev
apt install libatomic1 libnl-route-3-dev
pip3 install -r requirements.txt
```

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/setup/es2k-setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Install the following packages for building networking-recipe.
For Fedora:

```bash
yum install libnl3-devel
yum install libatomic libnl3-devel
pip3 install -r requirements.txt
```

For Ubuntu:

```bash
apt install libnl-route-3-dev
apt install libatomic1 libnl-route-3-dev
pip3 install -r requirements.txt
```

Expand Down

0 comments on commit ff8a2d9

Please sign in to comment.