deckmaster icon indicating copy to clipboard operation
deckmaster copied to clipboard

Explain how to run client on Linux

Open bergmannf opened this issue 6 years ago • 2 comments

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.

bergmannf avatar Dec 20 '18 15:12 bergmannf

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.

JeffHoogland avatar Dec 20 '18 16:12 JeffHoogland

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.

npm_run_dev.log

npm_run_build.log

bergmannf avatar Dec 20 '18 22:12 bergmannf