android-hw_2026-04-10.mp4
Prerequisites:
- Android Studio
Instructions:
| № | Step | Example |
|---|---|---|
| 1 | Open a terminal | |
| 2 | Go to helloworld directory |
cd helloworld |
| 3 | Generate files out of kd.yml |
./util/gen-kd |
| 4 | Launch Android Studio | |
| 5 | Open helloworld/ver-android project |
|
| 6 | Press Run |
macos-hw_2026-04-10.mp4
Prerequisites:
- cmake
- Qt6
- Xcode
Instructions (Intel):
| № | Step | Example |
|---|---|---|
| 1 | Open a terminal | |
| 2 | Go to helloworld directory |
cd helloworld |
| 3 | Build the application | ./util/build-mac-x64 |
| 4 | Launch the application | ./util/launch-mac-x64 |
windows-hw_2026-04-17.mp4
Prerequisites:
- cmake
- MSYS2
- OpenJDK
- Qt6
- rsync
Instructions:
| № | Step | Example |
|---|---|---|
| 1 | Open MSYS2 MINGW64 terminal | |
| 2 | Go to helloworld directory |
cd helloworld |
| 3 | Build the application | ./util/build-windows-x64 |
| 4 | Launch the application | ./util/launch-windows-x64 |