Skip to content

1. Get started

NikolayHD edited this page Apr 26, 2024 · 22 revisions

Microsoft Windows

.NET Framework v4.6.1 or above is required to run Mtgdb.Gui. It normally comes preinstalled with Windows. Old versions of Windows, namely Windows XP and down to the past do not support .NET 4.6.1. For reference see .NET Framework system requirements.

Run Mtgdb.Gui shortcut in the root of extracted .zip

../raw/master/out/help/s/shortcut.jpg

GNU/Linux desktops

Mono runtime 6.10.0 or above is required to run Mtgdb.Gui. Older versions may work, but I haven't tested it.

Tested environment:

  • Kubuntu 20.04
  • Mono 6.10.0.104
# install mono runtime
sudo apt install mono-complete

# unzip downloaded .zip to home directory or elsewhere
unzip ~/Downloads/Mtgdb.Gui.zip -d ~/mtgdb.gui
cd ~/mtgdb.gui

# allow execution of script
chmod ug+x start.sh

# run application
./start.sh

In case of any trouble with Mono runtime, see instructions at Mono download page.

Downloading Images

Press the red cloud button in top right corner of Mtgdb.Gui window. An update window will open where you will see buttons to download images.

../raw/master/out/help/s/update_window.jpg

Support

If you need assistance ask your question in Mtgdb.Gui forum thread

Clone this wiki locally