I'm trying to install the TUI version of https://git.skyjake.fi/gemini/lagrange into my ~/.local directory.
The configure fails with this error: CMake Error at Depends.cmake:26 (message): Not found: unistr.h from GNU libunistring (set UNISTRING_DIR)
There is a unistr.h in /usr/include/unicode but setting UNISTRING_DIR=/usr/include/unicode doesn't work.
I see that dpkg-query says that libunistring-dev is not installed.
Has anyone successfully installed this on tilde.team yet? I have it running on my laptop and it provides the functionality and user interface of Lagrange while working in a terminal window or at the Linux console.
Since Lagrange doesn't seem to be available (yet) for Android I was hoping that I could ssh to tilde.team from my Android machines to use the Lagrange TUI version there.
Lagrange is available for Android, it's on his own fdroid repo.
https://skyjake.github.io/fdroid/repo/ Here!
On June 28, 2022 10:27:40 AM GMT+05:45, James Card jdcard@tilde.team wrote:
I'm trying to install the TUI version of https://git.skyjake.fi/gemini/lagrange into my ~/.local directory.
The configure fails with this error: CMake Error at Depends.cmake:26 (message): Not found: unistr.h from GNU libunistring (set UNISTRING_DIR)
There is a unistr.h in /usr/include/unicode but setting UNISTRING_DIR=/usr/include/unicode doesn't work.
I see that dpkg-query says that libunistring-dev is not installed.
Has anyone successfully installed this on tilde.team yet? I have it running on my laptop and it provides the functionality and user interface of Lagrange while working in a terminal window or at the Linux console.
Since Lagrange doesn't seem to be available (yet) for Android I was hoping that I could ssh to tilde.team from my Android machines to use the Lagrange TUI version there.
-- James Card -- http://jdcard.com Often there are several ways to understand a given set of facts; some of them may be more useful than others.
On Monday 27 June 2022 21:53:18 PM (-07:00), scientiac wrote:
Lagrange is available for Android, it's on his own fdroid repo.
Thanks! Unfortunately the QR code points to githubusercontent.comwhich DNS can't resolve, and I can't seem to find his F-Droid repo on the codeberg.org site.
I'm trying to install the TUI version of https://git.skyjake.fi/gemini/lagrange into my ~/.local directory.
The configure fails with this error: CMake Error at Depends.cmake:26 (message): Not found: unistr.h from GNU libunistring (set UNISTRING_DIR)
There is a unistr.h in /usr/include/unicode but setting UNISTRING_DIR=/usr/include/unicode doesn't work.
I see that dpkg-query says that libunistring-dev is not installed.
Would it be possible to simply copy over the already compiled binary from your laptop via sftp or something?
If libunistring isn't installed on the system at all, you'll run into problems, so you could compile it statically on your laptop too.
--ngp
On Wednesday 29 June 2022 11:12:34 AM (-07:00), ngp wrote:
I'm trying to install the TUI version of https://git.skyjake.fi/gemini/lagrange into my ~/.local directory.
Would it be possible to simply copy over the already compiled binary from your laptop via sftp or something?
Thanks, that's a good idea, except the laptop is a PineBook Pro with anARM (AARCH64) CPU architecture.
Eventually I'll get back home to my desktop machine with an Intel CPU.
tildeteam@lists.tildeverse.org