💾 Archived View for bbs.geminispace.org › s › Lagrange › 16593 captured on 2024-08-18 at 19:20:01. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-07-09)

➡️ Next capture (2024-08-25)

🚧 View Differences

-=-=-=-=-=-=-

Is there a TUI prebuilt release for linux?

Posted in: s/Lagrange

🚀 stack

May 05 · 3 months ago

5 Comments ↓

🕹️ skyjake [mod...] · May 05 at 04:48:

There isn't. I consider the TUI build too unpolished for that, so only the build script is provided for now.

🍀 gritty · May 05 at 16:26:

same

👤 jdcard · May 05 at 18:54:

I haven't compiled it recently. This comment is sent from clagrange version 1.14.1. Maybe I should download the current code and try to build it.

👺 daruma · Jul 06 at 20:04:

Where can I find the build script for the TUI? I git clone the repo locally, but couldn't find the script.

🕹️ skyjake [mod...] · Jul 07 at 03:36:

In the latest dev branch, the script has been removed because you can now build the TUI using the main CMake project, with the ENABLE_TUI option. This will be part of the v1.18 release.

In older versions, and the current release branch, you can find the build-tui.sh script in the repository root.