You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
514 B
Markdown
17 lines
514 B
Markdown
C# bindings for RGB Matrix library
|
|
======================================
|
|
|
|
Building
|
|
--------
|
|
|
|
To build the C# wrapper for the RGB Matrix C library you need to first have __.NET SDK__ installed.
|
|
|
|
### Install .NET SDK
|
|
|
|
`sudo apt install dotnet6` should work in most cases.
|
|
For some old distributions, read [docs](https://learn.microsoft.com/dotnet/core/install/linux)
|
|
|
|
Then, in the `bindings/c#` directory type: `dotnet build`
|
|
|
|
To run the example applications in the c#\examples\EXAMPLE folder: `sudo dotnet run`
|