Linux installation development environment, must configure the link (Fedora15 version)

Source: Internet
Author: User
Tags svn

premise:u disk installation Fedora:"original" U disk installation Fedora15 DVD image ","Grub Boot Installation Fedora15" 1, set up proxy Internet: "Fedora Configuration Network Agent"establish a local connection first. set up to Web surfing, yum Internet. 2. Install the fastest yum image set the Yum local source first"Original" Fedora set local source#yum Install Yum-fastestmirror 3, the virtual machine to share files, will be installed Yum. "original" VirtualBox enhanced package Installation and setup shared folders [Fedora]#yum Install kernel# yum Install kernel-devel# yum Install gcc "#yum install gcc-c++, which is used when QT is installed behind this command. In fact, as long as the installation of gcc-c++, will automatically install dependent GCC "#yum Install Kernel-headers "Kernel-devel is installed in front of you, you don't need to install it later."Restart is required, and then click the Install Enhancements button on the device, above the VirtualBox virtual machine menu. then go into execution # cd/media/vboxadditions_4.1.2_73507 # SH/vboxlinuxadditions.run (see specific file name)  4, I choose the first kind, more simple. Because it comes with fedora. a) Change the Chinese system,"Fedora English system, Chinese Language Interface"     binstall Chinese Input Method Ibus-pinyinThe Chinese input method for installing IBUs in fedora (Pinyin) c) installation of Chinese input method,Fedora installation Penguin fcitx Chinese Input Method#yum Install FCITX #yum installs Fcitx-table-chinese "executes the command separately, it automatically relies on the installation of the instructions," =========== Develop QT project, other must install link=======  5, QT Installation Link: "The original" Fedora installation qt Summary of four methods this method of compiling QT manually is recommended for both compiling and publishing the source code, as well as for updating the QT version easily. please refer to: "Building QT Development environment under FEDORA15 and compiling QT manually compile and install QT, the most afraid of the problems encountered, Please refer to "QT porting to Linux" Problem 7 qt interface cannot input Chinese, Chinese does not display, garbled and other problems 6, the project needs to install the DCMTK Development Library:dcmtk3.6.1 compilation on "Original" Fedora 7, the project needs to install FFTW3 Support Library: "Linux compilation FFTW3"8, installation cuda5.0: "Project team CUDA Environment Installation" 9. Configure the Qtcreator build Cuda program under Fedora (add NVCC compiler in Pro): Detail reference article"How to compile Cuda+qt under Linux (Qtcreator)"10, Linux boot script sequence, detailed reference article "Linux boot script sequence"11. Qtcreator Use SVN to manage source code version: "Qtcreator use SVN to manage source code" The final environment variable configuration:

qtdir=/usr/local/trolltech/qt-4.7.4
Path= $QTDIR/bin: $PATH
Manpath= $QTDIR/man: $MANPATH
Ld_library_path=/usr/local/cuda-5.0/lib: $QTDIR/lib: $LD _library_path

Path=/usr/local/cuda-5.0/bin:/opt/qtcreator-2.5.2/bin: $PATH

Export Qtdir PATH MANPATH Ld_library_path

Http://blog.163.com/[email Protected]/blog/static/15822093201372610420886/?suggestedreading&wumii

Linux installation development environment, must configure the link (Fedora15 version)

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.