-
I cannot install cmake without Clang, and I would like to since I use GCC. I am used to GCC and it works perfectly on my Android phone with Termux. I want to avoid taking more space by having 2 C compilers.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
In ubuntu (22.04), |
Beta Was this translation helpful? Give feedback.
-
Now you can use |
Beta Was this translation helpful? Give feedback.
Now you can use
apt install cmake --no-install-recommends
to installcmake
withoutclang
.