Skip to content

Commit

Permalink
Add info about supported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalykov committed Nov 2, 2024
1 parent 40c8802 commit cd4576e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ For other Linux distributions you can use binaries provided in github releases (

Currently, NetCoreDbg can be built on Linux, MacOS, or Windows. Instructions for building NetCoreDbg on each platform is shown below.

### Supported Architectures

- ARM 32-bit
- ARM 64-bit
- x64
- x86
- RISC-V 64-bit

### Unix

NetCoreDbg's build requires Microsoft's .NET, and as such, NetCoreDbg can only be built in Linux. Microsoft supports a few distributions, the details of which can be found here: https://docs.microsoft.com/en-us/dotnet/core/install/linux.
Expand Down

0 comments on commit cd4576e

Please sign in to comment.