I am stupid/ how do I compile this? #20
-
Okay, so I understand how to find all tokens, but I have never worked with C# so how do I compile this, on Linux? Thank you very much inadvance for your answer and making this bot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello. You need to install .NET SDK + Runtime and follow instruction: If you want to simply launch a thing, just install runtime (if I'm correct, you don't really need anything else, but I don't use Linux personally) and watch |
Beta Was this translation helpful? Give feedback.
Hello. You need to install .NET SDK + Runtime and follow instruction:
https://learn.microsoft.com/ru-ru/dotnet/core/install/linux
https://learn.microsoft.com/ru-ru/dotnet/core/tools/dotnet-build
If you want to simply launch a thing, just install runtime (if I'm correct, you don't really need anything else, but I don't use Linux personally) and watch
Step 10
in How to set up