Skip to content
New issue

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

Consider removing ncurses dependency #2855

Open
nurmukhametov opened this issue May 14, 2024 · 0 comments
Open

Consider removing ncurses dependency #2855

nurmukhametov opened this issue May 14, 2024 · 0 comments
Labels
Building Compiler Issues with build scripts & building the compiler on Windows and Linux

Comments

@nurmukhametov
Copy link
Collaborator

It is not quite clear whether we actually use that via LLVM. We may build LLVM with LLVM_ENABLE_TERMINFO=OFF. After that, we don't need to provide ncurses, e.g., here:

RUN git checkout 87c2c84 && CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./configure --with-termlib && make -j"$(nproc)" && make install -j"$(nproc)"
, as well as track it as third-party open-source dependency and etc..

@nurmukhametov nurmukhametov added the Building Compiler Issues with build scripts & building the compiler on Windows and Linux label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Building Compiler Issues with build scripts & building the compiler on Windows and Linux
Projects
None yet
Development

No branches or pull requests

1 participant