Skip to content

Commit edfc564

Browse files
authored
Update to support Azure Linux 3 (#213)
* Update BUILD.md * Update BUILD.md
1 parent d83f9e0 commit edfc564

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

BUILD.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,17 @@ project or via the `sysinternalsebpf` DEB package from the
1111
_packages.microsoft.com_ repository (see [INSTALL.md](INSTALL.md)).
1212
If you installed SysinternalsEBPF via make install, you may need to add /usr/local/lib to the loader library path (LD_LIBRARY_PATH).
1313

14-
- .NET 6 SDK. Please see [.NET Installation](https://learn.microsoft.com/en-us/dotnet/core/install/linux). Note: If during installation you encounter "A fatal error occurred. The folder [/usr/share/dotnet/host/fxr] does not exist", please see [here](https://stackoverflow.com/questions/73753672/a-fatal-error-occurred-the-folder-usr-share-dotnet-host-fxr-does-not-exist)
14+
- .NET SDK. Please see [.NET Installation](https://learn.microsoft.com/en-us/dotnet/core/install/linux). Note: If during installation you encounter "A fatal error occurred. The folder [/usr/share/dotnet/host/fxr] does not exist", please see [here](https://stackoverflow.com/questions/73753672/a-fatal-error-occurred-the-folder-usr-share-dotnet-host-fxr-does-not-exist)
1515

1616
- clang/llvm v10+
1717

18+
### Azure Linux
19+
```
20+
sudo dnf update
21+
dotnet tool install --global dotnet-t4 --version 2.3.1
22+
sudo dnf install gcc gcc-c++ make cmake llvm clang elfutils-libelf-devel rpm-build json-glib-devel python3 libxml2-devel gtest-devel gmock gmock-devel openssl-devel perl
23+
```
24+
1825
### Ubuntu 20.04+
1926
```
2027
sudo apt update

0 commit comments

Comments
 (0)