Skip to content

Commit

Permalink
Add apt-get update to Ubuntu commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
mittinatten committed Oct 16, 2021
1 parent 66ad7b4 commit 2395318
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -146,13 +146,14 @@ The following command will install all dependencies needed for a minimal build o
(tested on versions 16, 18 and 20).

```sh
apt-get install build-essential autoconf libc++-dev libc++abi-dev
apt-get update
apt-get install build-essential autoconf libc++-dev libc++abi-dev
```

For a fully featured build, with ability to run unit tests, these additional packages are needed

```sh
apt-get install check libjson-c-dev libxml2-dev libxml2-utils
apt-get install check libjson-c-dev libxml2-dev libxml2-utils
```

## Citing FreeSASA
Expand Down

0 comments on commit 2395318

Please sign in to comment.