- the Dart SDK, with
dart2nativereachable in the PATH; - a PC running Windows 10 or 11 (64 bits CPU required!).
- download the source code of the latest version of Stickopy and unzip it;
- open a Command Prompt in the source code folder;
- type:
- if you have GNU Make installed:
make; - else:
dart2native bin\stickopy.dart -o stickopy.exe.
- if you have GNU Make installed:
An executable of Stickopy called stickopy.exe should be at the root of the source code.