cmake — is used to control the software compilation process.
Instructions to Install cmake on Kali Linux.
▶ Open Terminal and Enable root user.
▶ Run : apt install cmake
▶ Run (Check) : cmake -h
▶ More Info : https://cmake.org/
0 Comments