lqml/examples/9999/readme-build.md
2022-02-11 13:05:59 +01:00

279 B

Run desktop

$ lqml run.lisp

Build desktop app

$ cd build

$ qmake ../app.pro
$ make

Build android APK

$ cd build-android

$ qmake-android ../app.pro
$ make apk

$ adb install -r android-build/*.apk