-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] new package: libreoffice-still #1217
base: master
Are you sure you want to change the base?
[WIP] new package: libreoffice-still #1217
Conversation
b70ac50
to
dc6846a
Compare
@licy183 TUR's tur-on-device facility seems to have unstable connection issue. Currently, it is a pain to debug runtime errors and then recompile the code base. After building on my phone,
and just barely makes progress launching the libreoffice app. But using |
make uninstall should revert that |
Libreoffice does not seem to provide |
Sad :( In theory you can use DESTDIR variable to install a LibreOffice on other directory, get file list and using rm - delete it if you want. Or somehow using Virtual Machine |
I do not have much confidence simply relying on I gave up a local ubuntu machine for cross-compilation as an unknown network issue causes Android Virtual Device (AVD) is super inconvenient in coding and debugging. E.g. the Ctrl key is used for purpose and not sent to the android device (and no workaround found), making the a proper control and keyboard input so unpleasant. |
This Libreoffice PR should be meaningful for Termux GUI users. It builds but has runtime error. My setup only allows me to use either Github actions build, or on device build (without installation). This restrains me from debugging and fixing a large app efficiently. licy183 is probably too busy to help. @Biswa96, forgive me for being abrupt, would you by any chance be interested (or perhaps anyone interested) in working on this Libreoffice package? I don't mind this work being taken over or bringing to |
Would be grateful for turning this to be cross compilation. I tried but couldn't even after looking for clues at https://github.com/LibreOffice/core/blob/master/README.cross
Running
make debugrun
on my phone encounters a lot of runtime path issues. Runningmake install
will contaminate my environment. While there is no easy way to proot a Termux userspace, perhaps the only clean way to use a deb package.