Linux under Psuade installation process (Centos6.4--rpmforge--cmake, Ccmake--pauade)

Source: Internet
Author: User
Tags gfortran

Due to project needs, use of Psuade software (psuade introduction ) is required. have never been in contact with the Linux system before, so took a lot of detours, summarized here

First, CentOS6.4 system installation

It is recommended not to install Ubuntu, directly installed centos6.4,32 64-bit can. Installation reference:USB flash drive to install CentOS 6.4 + Windows 7 dual system (install CentOS 6.4 under Windows 7).

Second, install third-party software (Epel, RPM)Follow The first step to complete the system installation, first install the third-party source Rpmforge. Reference:install rpmforge; let the CentOS6 yum source support more RPM package upgrades (using third-party repositories Epel, Rpmforge, and Rpmfusion). The command can be re-executed during installation due to network problems that may fail to connect. Third, CentOS6.4 system Mount NTFSbecause the Linux system does not recognize hard disks that are NTFS-formatted under Win7, you need touse ntfs-3g to implement mount and read and write. Reference: CentOS6.4 mount read/write NTFS partitionIv. installation of the GCC, g++, Gfortran compilers under CentOS6.4execute the following command, respectively:Yum Install gccYum Install gcc-c++Yum Install Gcc-gfortranv. Installation of cmake (including Ccmake)There are two issues to be aware of here:1, do not use the Yum install CMake CMake, so the default installation is 2.6 ... The version. Psuade requires more than 2.8 versions of CMake, so you need to download more than 2.8 versions of CMake to install2, when compiling more than 2.8 version CMake will be prompted to find the Ncurses library, unable to install Ccmake. Workaround:The third-party source RPM is already installed, and the command is executed:Yum Install cnursesYum Install Cnurses-develThis allows you to install the ncurses library. In particular, it is important to install ncurses before compiling the CMake, which will not compile the Ccmake installation. cmake Installation Configuration reference:CentOS Configuration Installation cmake. after the installation is complete, execute the command cmake Ccmake to see if the installation was successful. vi. installation of Psuaderefer to the manual installation, special attention to "Ccmake ..." There are spaces for this command.
after three days of the toss is finally the environment to build up, software can be used. Here to summarize the order of installation and the need to pay attention to the problem, I hope to help the people who need it

Linux under Psuade installation process (Centos6.4--rpmforge--cmake, Ccmake--pauade)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.