Ubuntu进行cmake升级

    xiaoxiao2022-07-12  139

    wget https://cmake.org/files/v3.9/cmake-3.9.2.tar.gz

    tar -xvf cmake-3.9.2.tar.gz

    cd cmake-3.9.2

    ./configure

    sudo make

    sudo make install

    hash -r

    cmake --version

    卸载:https://blog.csdn.net/xh_hit/article/details/79639930

    最新回复(0)