Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.82 KB

INSTALL.md

File metadata and controls

44 lines (25 loc) · 1.82 KB

Installation

Flutter app for Android

You can download the Android app from the links below:

Google Play Store

F-Droid

Cafe Bazaar

GitHub Actions

The signing keys of the above sources are different. If the app you installed is from a different source, you need to uninstall the original app and reinstall it.

Flutter app for Windows

You can run ./flutter-windows-init.sh and use Android Studio to build or use Microsoft Visual Studio 2022 to build src\ui\flutter_app\build\windows\sanmill.sln.

Flutter app for Linux

You can run the ./flutter-linux-init.sh script to initialize the Flutter environment, and then use Android Studio or the following commands to build the project:

cd src/ui/flutter_app
flutter build linux -v

Qt Application for Windows

Note

We primarily use the Qt Application for verifying and testing algorithms, though there are many bugs in the GUI. I hope you can understand.

Download Qt Runtime .

Unzip Sanmill-Runtime-master.zip

Get executable file from GitHub Actions.

Put mill-pro.exe into the Sanmill-Runtime-master directory, and click mill-pro.exe to run.

If you cannot run, try to install Microsoft Visual C++ Redistributable packages for Visual Studio 2015, 2017, 2019, and 2022. Download vc_redist.x64.exe and install it.