mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-04 08:11:52 -08:00
add log script for android; revisions
This commit is contained in:
parent
6c0fa8433f
commit
d7e3d7b46f
3 changed files with 10 additions and 4 deletions
6
examples/9999/build-android/log.sh
Executable file
6
examples/9999/build-android/log.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
# filter for logcat to show only messages from:
|
||||||
|
# * (qlog ...) in Lisp
|
||||||
|
# * console.log(...) in QML
|
||||||
|
|
||||||
|
adb logcat -c
|
||||||
|
adb logcat -s "[LQML]"
|
||||||
|
|
@ -31,7 +31,7 @@ select_ios_and_simulator()
|
||||||
ios_sdk_dir="$ios_sdks/$ios_sdk"
|
ios_sdk_dir="$ios_sdks/$ios_sdk"
|
||||||
ios_sdk_dir_sim="$ios_sdks_sim/$ios_sdk_sim"
|
ios_sdk_dir_sim="$ios_sdks_sim/$ios_sdk_sim"
|
||||||
|
|
||||||
echo "*** compiling for \"$ios_platform\" - \"$ios_sdk\" and \"$ios_platform_sim\" - \"$ios_sdk_sim\" ***"
|
echo "*** compiling for \"$ios_platform\" - \"$ios_sdk\" and \"$ios_platform_sim\" - \"$ios_sdk_sim\""
|
||||||
|
|
||||||
# this needs to be updated when a new Xcode is released
|
# this needs to be updated when a new Xcode is released
|
||||||
iphoneos_version_min="11.0"
|
iphoneos_version_min="11.0"
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
WIP
|
WIP
|
||||||
---
|
---
|
||||||
|
|
||||||
The (very simple) example currently works on Linux/macOS/android/iOS. More
|
The (simple) example currently works on Linux/macOS/android/iOS. More examples
|
||||||
examples and Swank integration will follow.
|
and Swank integration will follow.
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|
@ -37,7 +37,7 @@ port still lacks significant parts of mobile (as of Qt6.2).
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
|
||||||
* integrate Swank server for Slime
|
* add Swank server on mobile
|
||||||
* add item model example
|
* add item model example
|
||||||
* add sokoban example
|
* add sokoban example
|
||||||
* add CL REPL example
|
* add CL REPL example
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue