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