deckmaster
deckmaster copied to clipboard
Explain how to run client on Linux
When running MTGA using wine it is possible to still use this client to get the overlay to work in twitch.
Add the documentation where the log file has to be symlinked to for it work.
Does the primary git source compile properly on Linux now with just a symlink as detailed here? Previously bobziuchkovski had to make a few minor edits to the source in a fork he has here: https://github.com/bobziuchkovski/deckmaster/tree/build-for-linux
He offered to make these mergable upstream so they wouldn't impact the normal Windows build, but @Fugiman seems MIA as far as responses go. See Issue 28 here for more details.
I can run npm run dev
and it works - it also pushes all the data to the overlay of the stream, however there are some errors in the output.
npm run build
does not work at all, because of some sourcemap related error.
I attached the two log files for the runs - maybe they are helpful, I am not that knowledgeable in the whole JS ecosystem unfortunately.