alexander-pick / MKMTool

MKMTool ist a helper application I wrote for tinkering around with optimization of sale processes on magiccardmarket.eu and the idea of automisation of some tasks most people wouldn’t be able to get done by pure manpower.
GNU Affero General Public License v3.0
65 stars 15 forks source link

Running the tool on debian #59

Closed rasmaral closed 3 years ago

rasmaral commented 3 years ago

Hello.

I Just bought a raspberry pi4 with debian installed to hope i could run the mkm tool on it because its a waste of energy on my Computer. I installed visual studio Code but i cant get the MKMTool to work. I choosed c# for debbuging. Do you might now what Else i need for Linux to work? Thanks in advance

Michael

tomasjanak commented 3 years ago

you need .NET, it seems it has official support for debian by microsoft, check this: https://docs.microsoft.com/en-us/dotnet/core/install/linux-debian if that does not work you can try Mono (which is an open source version of .NET). don't know what else is needed

rasmaral commented 3 years ago

It didnt work. The. Net didnt install and i always got an error. So i installed Windows 10 on the raspberry pi. Now it works. Thanks for your help and keep up the good work!!!