Skip to content

Commit

Permalink
w/ previous
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq committed Oct 8, 2024
1 parent d74d13e commit b595398
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/quickstart-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ quickstart-cpp

### Install dependencies and project

> [!NOTE]
> Building the C++ components currently only works in Ubuntu 22.
In this example, `SuperLink` and `ServerApp` use Flower's Python package, while the `SuperNodes` are C++ executables. We therefore need: (1) a Python environment with Flower installed; and (2) to build the `SuperNode` binaries.

1. **Prepare for `SuperLink` and `ServerApp`**
Expand All @@ -63,8 +60,11 @@ In this example, `SuperLink` and `ServerApp` use Flower's Python package, while

2. **Build the `SuperNode` executables**

Ensure you have `CMake` and other build tools installed in your system.

> \[!NOTE\]
> Building the C++ components currently only works in Ubuntu 22.
Ensure you have `CMake` and other build tools installed in your system.

```shell
sudo apt-get install -y clang-format cmake g++ clang-tidy cppcheck
```
Expand Down

0 comments on commit b595398

Please sign in to comment.