rubrazerzkidai.blogg.se

Cmake install target
Cmake install target










  1. #Cmake install target install#
  2. #Cmake install target upgrade#

#Cmake install target install#

Yum install gcc-gfortran # install gfortranĪfter the installation, It can be used gcc -v 、g++ -v and fortran -v View version. (3)essential install yum install kernel-devel # install gcc-essential If you want to use it for a long time gcc 6.3 Words : echo "source /opt/rh/devtoolset-6/enable" >/etc/profile It should be noted that scl Command activation is only temporary, sign out shell Or restart will restore the original system gcc edition. Yum -y install devtoolset-6-gcc devtoolset-6-gcc-c++ devtoolset-6-binutils

#Cmake install target upgrade#

(2)gcc upgrade yum -y install centos-release-scl sign out python Program, Input required :exit()įour 、 Source code compilation and installation opencv (3)Do you wish to proceed with the installation of Microsoft VSCode?.

cmake install target

If there is no choice, Add it yourself later. (2)Do you wish the installer to prepend the Anaconda3 install location to PATH in your /root/.bashrc ?. function sh Anaconda3-5.2.0-Linux-x86_64.sh, Installation location selection /opt/install/anaconda3. (4) To validate the pip2 Is it available, Executable command pip2 install requests install requests package (3) installed python-pip Finally, execute the upgrade command : pip2 install -upgrade pip

cmake install target

(2) If an error is reported in the previous step, It has to be executed first yum -y install epel-release success epel Post execution yum install python-pip It can be installed normally pip (1) First, check whether it is installed python-pip, You can execute commands directly yum install python-pip Search for : find / -name cmake ( Delete all the items found )Īt present python2 Not pre installed in pip command, So you need to install it yourself pip command, Easy to install python Various packages used. Uninstall the original cmake : yum -y remove cmake Verify that the command is uninstalled :sudo yum remove cmake Refer to the order :cat install_manifest.txt | sudo xargs rm There is a path to everything installed, Just delete them. (4) remarks, uninstall cmake( unsuccessful, Be careful )įind make install The file that came out after that install_manifest.txt (3) Check version Use cmake -version see cmake edition (1) Download url :, Copy cmake-3.10.3-Linux-x86_64.sh To /home/backup Next.

cmake install target

(2) Common code : tar zxvf filename.tar #tar Unpack tar czvf filename.tar dirname #tar pack (1) The environment : Newly installed on Baidu ECS centos7.4 System












Cmake install target