Package Details: tgt-client-git 1.0.0-1

Git Clone URL: https://aur.archlinux.org/tgt-client-git.git (read-only, click to copy)
Package Base: tgt-client-git
Description: A simple TUI for Telegram
Upstream URL: https://github.com/FedericoBruzzone/tgt
Licenses: MIT, Apache-2.0
Submitter: X-LeeHe
Maintainer: X-LeeHe
Last Packager: X-LeeHe
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-01 05:19 (UTC)
Last Updated: 2025-09-02 10:59 (UTC)

Latest Comments

X-LeeHe commented on 2025-09-01 10:41 (UTC) (edited on 2025-09-01 16:26 (UTC) by X-LeeHe)

如果遇到编译错误,提示缺少libunwind.so.1,可以尝试执行以下命令:

sudo ln -s /usr/lib/libunwind.so.8 /usr/lib/libunwind.so.1

然后重新编译。

If you ran into compile issues regarding "libunwind.so.1" errors, try this command:

sudo ln -s /usr/lib/libunwind.so.8 /usr/lib/libunwind.so.1

and try again may help you.