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
-`cmake -G "Visual Studio 17 2022" -S external\ubpf -B external\ubpf\build`
100
-
-`nuget restore ebpf-for-windows.sln`
101
-
102
97
>**Note**: you may get the following transitory error, which can be safely ignored as the *WiX Toolset* nuget package will be installed immediately afterwards:
103
98
>
104
99
> `error : The WiX Toolset v3.11 build tools must be installed to build this project. To download the WiX Toolset, see https://wixtoolset.org/releases/v3.11/stable`
105
100
106
-
-`del external\ebpf-verifier\build\obj\project.assets.json` (Note: the file may not be present)
101
+
> TIP: In case you need to "reset" the repo, without re-cloning it, you can just delete all the folders under the `\external` directory (but keep the files), and then re-run the above script.
107
102
108
103
#### Building using Developer Command Prompt for VS 2022
0 commit comments