↧
Answer by gameon67 for How to Upgrade CMake in ARM based Ubuntu?
Solved. I have built CMake from source using these steps:sudo apt remove cmakewget https://cmake.org/files/v3.8/cmake-3.8.2.tar.gztar xf cmake-3.8.2.tar.gzcd cmake-3.8.2./configuresudo make...
View ArticleHow to Upgrade CMake in ARM based Ubuntu?
I managed to upgrade CMake on my PC following this link How to upgrade cmake in Ubuntu . But now I want to upgrade CMake on my Nvidia Jetson TX2 which is ARM architecture based and the steps on that...
View Article