Skip to content

Commit

Permalink
Merge branch 'vbpf:main' into issue785_repro
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Jowett authored Nov 12, 2024
2 parents 96a9355 + 455555b commit 23bee6f
Show file tree
Hide file tree
Showing 42 changed files with 3,782 additions and 3,754 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ cmake --build build

#### Dependencies
* Install [git](https://git-scm.com/download/win)
* Install [Visual Studio Build Tools 2022](https://aka.ms/vs/17/release/vs_buildtools.exe) and choose the "C++ build tools" workload (Visual Studio Build Tools 2022 has support for CMake Version 3.25).
* Install [Visual Studio Build Tools 2022](https://aka.ms/vs/17/release/vs_buildtools.exe) and:
* Choose the "C++ build tools" workload (Visual Studio Build Tools 2022 has support for CMake Version 3.25)
* Under Individual Components, select:
* "C++ Clang Compiler"
* "MSBuild support for LLVM"
* Install [nuget.exe](https://www.nuget.org/downloads)

#### Make on Windows (which uses a multi-configuration generator)
Expand Down
2 changes: 1 addition & 1 deletion ebpf-samples
Loading

0 comments on commit 23bee6f

Please sign in to comment.