We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My system has libtinfo.so.6 so binaries don't work, how should I compile this? I haven't found instructions for that anywhere. Thanks
The text was updated successfully, but these errors were encountered:
Or more specifically, how should I compile clang in this case? I assume I'd have to compile the one stored as submodule.
Sorry, something went wrong.
On ubuntu, I just fixed this with sudo apt install libncurses5 as proposed in https://stackoverflow.com/questions/48674104/clang-error-while-loading-shared-libraries-libtinfo-so-5-cannot-open-shared-o
sudo apt install libncurses5
Seems like that is an unspecified requirement.
I have the same issue on archlinux. I have clang installed on my system, but wa uses a custom installation of clang, wich uses libtlinfo.so.5
wa
I would like to use wa with my own installation of clang, how can I do that ?
No branches or pull requests
My system has libtinfo.so.6 so binaries don't work, how should I compile this? I haven't found instructions for that anywhere. Thanks
The text was updated successfully, but these errors were encountered: