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
- Read the [README](https://github.com/cilium/pwru#readme) to understand how `pwru` works and its use cases.
9
9
- Check out the [issues list](https://github.com/cilium/pwru/issues) for open tasks, especially those labeled `good first issue`.
10
-
11
-
## Developing
12
-
13
-
If you're looking to contribute code to `pwru`, you'll need to set up your development environment with the required dependencies and build the project locally.
14
-
15
-
### Dependencies
16
-
17
-
Ensure you have the following installed:
18
-
19
-
- Go >= 1.16
20
-
- LLVM/Clang >= 12
21
-
- Bison
22
-
- Lex/Flex >= 2.5.31
23
-
24
-
### Building
25
-
26
-
To build `pwru`, simply run:
27
-
28
-
```
29
-
make
30
-
```
31
-
32
-
Alternatively, you can build it within a Docker container:
33
-
34
-
```
35
-
make release
36
-
```
37
-
38
-
### Sign-off
39
-
40
-
Ensure that all commits have [Developer Certificate of Origin](https://developercertificate.org/) by adding a [Signed-off-by line to your commit messages](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin).
10
+
- Set up your [development](https://github.com/cilium/pwru?tab=readme-ov-file#developing) environment with the required dependencies and build the project locally.
0 commit comments