XorTroll / emuiibo

Virtual amiibo (amiibo emulation) system for Nintendo Switch
GNU General Public License v2.0
1.18k stars 83 forks source link

Emutool support for linux #186

Closed avicarpio closed 10 months ago

avicarpio commented 3 years ago

Emutool can't be used on Linux systems

impeeza commented 3 years ago

That's right, EmuTool is for now a Windows App. on the documentation and GBATemp page, there is Linux Alternatives, some commands and methods.

XorTroll commented 3 years ago

emutool was made with Windows Forms since those programs can be used with mono on non-Windows systems

janAkali commented 3 years ago

Can confirm, everything is working on Debian Linux with "mono-complete" package installed. Would be cool to add that info in Readme. I was really frustrated when only after year I figured by chance that it works this way.

XorTroll commented 3 years ago

Fair enough, should mention it in the README

AmonRaNet commented 3 years ago

emutool works also under wine. I have tested for ubuntu 16, wine-5.0.3. Only important was to install .NET 4.6.1. As soon it was installed emutool starts to work. Googling for "winetricks dotnet461" for your distribution will help :) Also I have forced winearch to win32, but I not 100% sure if this is mandatory.