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.