T. H. Wright
T. H. Wright
See: https://github.com/FaithLife-Community/LogosLinuxInstaller/pull/105#issuecomment-2213818123 https://github.com/FaithLife-Community/LogosLinuxInstaller/pull/118#issuecomment-2202400193
Our instructions for Debian are insufficient. At the very least we need to run: ``` sudo apt install -y build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev...
This was a request from the old repo. https://github.com/ferion11/LogosLinuxInstaller/issues/175
While we have a button to launch winetricks and a couple others, there are some common debugging kinds of things we could implement as quick action buttons, or at least...
Following the TUI overhaul (#105), the `--install-app` optarg has broken. The program is unable to bypass. We likely need to add in a series of `else:` statements to the `ensure_*()`...
As part of this rewrite, we should consider us still in alpha/beta until we rewrite the install guide. This will require that the software be in a stable enough position...
As we code, we might add TODOs and FIXMEs along the way. Verify that none of these remain before release, or most of them are fixed, or outstanding ones are...
Options for ELF translation: https://github.com/ptitSeb/box64/ https://github.com/FEX-Emu/FEX/ https://github.com/AndreRH/hangover/ qemu-user would be another option, but I think the above are better suited/targeted. Hangover would be best, given its purpose (wine on arm);...