Skip to content

Installation Windows

ManuelKlettner edited this page Mar 14, 2021 · 6 revisions

Important

  • Have a look at the required Dependencies first. The app will not work otherwise.
  • Also keep in mind that Flutter for windows desktop is still in beta, therefore the user experience might not be perfect

Option 1 (easy)

Click here and choose the latest release. Pick the MM-Remote_windows.zip file and download ⬇️ it. Once the file is downloaded to your pc, you can put it to a location of your choice and unzip it. To start the desktop app simply double click the mm_remote file. You can also right-click it and choose pin to start/taskbar in this way you don't need to search for the file next time.

Option 2 (compile the desktop-app by yourself)

First you need to clone this repository with Git. The app is written in Dart with the help of googles Flutter framework. To compile the app you need to set up Flutter if you haven't done so already. If you have never used Flutter before, there is a good installation guide and documentation available. After Flutter is set up, run flutter build windows. The files you need to start the application can then be found at MM-Remote\build\windows\runner\release.

Next Steps

Have a look at getting started to find additional information on how to setup the app correctly.

Clone this wiki locally