README files: mention installing build-essential

This commit is contained in:
Joakim Frostegård 2024-01-27 18:12:21 +01:00
parent be5d5893ef
commit c5e09e8106
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ More details are available [here](../../documents/aquatic-ws-load-test-2023-01-2
### Compiling
- Install Rust with [rustup](https://rustup.rs/) (latest stable release is recommended)
- Install cmake with your package manager (e.g., `apt-get install cmake`)
- Install build dependencies with your package manager (e.g., `apt-get install cmake build-essential`)
- Clone this git repository and build the application:
```sh