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

@ -24,7 +24,7 @@ More benchmark details are available [here](../../documents/aquatic-http-load-te
### Compiling ### Compiling
- Install Rust with [rustup](https://rustup.rs/) (latest stable release is recommended) - 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: - Clone this git repository and build the application:
```sh ```sh

View file

@ -30,7 +30,7 @@ More benchmark details are available [here](../../documents/aquatic-udp-load-tes
### Compiling ### Compiling
- Install Rust with [rustup](https://rustup.rs/) (latest stable release is recommended) - 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: - Clone this git repository and build the application:
```sh ```sh

View file

@ -28,7 +28,7 @@ More details are available [here](../../documents/aquatic-ws-load-test-2023-01-2
### Compiling ### Compiling
- Install Rust with [rustup](https://rustup.rs/) (latest stable release is recommended) - 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: - Clone this git repository and build the application:
```sh ```sh