You can download the Android app from the links below:
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.
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
.
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
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.