CeDeROM
CeDeROM
* On FreeBSD `sed` part of the build needs to be fixed in order to complete the sim build process :-) * Probably a gnu sed vs bsd sed issue...
Hello world :-) I have tried to build the `sim:nxwm` example, but got this on FreeBSD: ``` ./sim/posix/sim_x11framebuffer.c:29:10: fatal error: 'X11/Xlib.h' file not found #include ^~~~~~~~~~~~ 1 error generated. ```...
### Versions * Python: `3.11.9`. * OS: `macOS 14.5, XCode 15.4, iOS 17.5`. * Buildozer: `1.5.0.`. ### Description * `buildozer ios release` and `buildozer ios debug` fails on `Creating IPA`...
### Versions * Python: `3.11.9`. * OS: `macOS 14/5`. * Buildozer: `1.5.0`. * kivy-ios: `v2024.03.17` and `master`. * ios-deploy: `1.12.2` and `master`. * XCode: `15.4`. ### Description * Buildozer works...
### Versions * Python: `3.11.9`. * OS: `macOS 14.5 Sonoma ARM64`. * Buildozer: `bd1d530fbe1e7f025a2085947f2fa5cf8ba15f40 (master)`. * kivy-ios: `master` and `v2024.03.17`. * ios-deploy: `master` and `1.12.2`. ### Description * Buildozer release...
This part of README.md contains invalid link to https://python-for-android.readthedocs.io/en/latest/recipes/ > Using recipes > Recipes are used to install and compile any libraries you may need to use. These recipes follow...
Hello world, please add technical specifications and data sheets for BL606 chips please :-)
## Summary * As the number of PRs increases noticeably improvements in review process are necessary. * Some PRs introduce important and necessary updates but laconic descriptions makes it hard...
* current CI process rebuilds whole website including documentation for older releases in one process that eats up unnecessary time and CI resources. * improve website CI build process to...
* Currently we upload all artifacts from CI build job as separate files (over 10k) that impacts performance and generates warnings. * GH suggest to create artifacts archive in order...