Lepras
Lepras
here is a shell script to quickly install an app: ``` #!/bin/sh source /usr/local/oecore-x86_64/environment-setup-armv7vehf-neon-oe-linux-gnueabi export CMAKE_PROGRAM_PATH=/usr/local/oecore-x86_64/sysroots/armv7vehf-neon-oe-linux-gnueabi/usr/bin/ cmake -B build cmake --build build cmake --build build -t package file="$(ls ./build/*.ipk |...
Add these lines at the end of CMakeLists.txt for package automation: ``` set(CPACK_GENERATOR "DEB") string(TOLOWER "${CMAKE_PROJECT_NAME}" lcproject_name) set(CPACK_DEBIAN_FILE_NAME "${lcproject_name}-${CMAKE_PROJECT_VERSION}.ipk") set(CPACK_STRIP_FILES TRUE) set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armv7vehf-neon) if (NOT CPACK_PACKAGE_CONTACT) set(CPACK_PACKAGE_CONTACT [email protected]) message(WARNING "No...
Main docs: https://doc.qt.io/ (AOS uses qt5) AOS specific component/API: https://github.com/AsteroidOS/qml-asteroid Examples of use of most of those can be found by searching the AsteroidOS codebase: https://github.com/search?q=org%3AAsteroidOS+StatusPage&type=code
Dump logs by ``` sshpass -p "" ssh [email protected] /home/ceres/log.txt EOF sshpass -p "" scp [email protected]:/home/ceres/log.txt ./build/ ``` Follow Along by ``` journalctl -f ```
Using QML tester for small testing cycles: ``` opkg install qmltester ``` Edit qmls by vim and scp ``` vim scp://user@myserver[:port]//path/to/file.txt ``` Follow along by ``` journalctl -f ```
Matrix works and github issues are kinda threads, I think no need of another communication channel.
Thx for the quick reply! "On the ground" aproach seems like the best strategy. Is there any field we use for meta-info? Like we have a field for similarity of...
"Major differences (M): (1) same colours in different positions (e.g. two swapped, three `rotated`)" https://dailynewshungary.com/wp-content/uploads/2016/02/italy.jpg Just exposing yourself to the flags and their countries, is how I approached the cramming...
I have only done european flags till now, found just one such case.
> By "rotated" colours [we mean](https://github.com/anki-geo/ultimate-geography/wiki/Flag-similarities) a [cyclic permutation](https://mathworld.wolfram.com/CyclicPermutation.html) of the colours (e.g. {red, white, black} → {white, black, red}), rather than a geometrical rotation. This might not be clear...