Skip to content

Commit

Permalink
Document SSL headers dependency on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 authored and karlmdavis committed Jun 2, 2021
1 parent d0840d6 commit 09e687d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ First, ensure you have installed the following prerequisites:
* [Rust](https://www.rust-lang.org/) >= v1.51.0, as installed via [rustup](https://www.rust-lang.org/learn/get-started).
* [Docker](https://www.docker.com/) >= v20.10.6
* [Docker Compose](https://docs.docker.com/compose/) >= v1.27.4
* (Ubuntu only) install `libssl-dev`

Then, run these commands to clone, build, and run the benchmark suite's tests:

Expand Down Expand Up @@ -78,4 +79,4 @@ $ FHIR_BENCH_ITERATIONS=1000 \
If you'd like to add support for a new FHIR server, additional operations,
or otherwise help to build out these benchmarks,
you'd be very welcome!
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for further details.
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for further details.

0 comments on commit 09e687d

Please sign in to comment.