You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+92-12Lines changed: 92 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,30 +16,110 @@ Nighthawk currently offers:
16
16
See [navigating the codebase](docs/root/navigating_the_codebase.md) for a
17
17
description of the directory structure.
18
18
19
-
## Prerequisites
19
+
## Building Nighthawk
20
20
21
-
### Ubuntu
21
+
### Prerequisites
22
22
23
-
First, follow steps 1 and 2 over at [Quick start Bazel build for developers](https://github.com/envoyproxy/envoy/blob/main/bazel/README.md#quick-start-bazel-build-for-developers).
23
+
Note that Nighthawk uses [Envoy's code](https://github.com/envoyproxy/envoy)
24
+
directly, so building Envoy is a prerequisite for building Nighthawk. Start by
0 commit comments