C environment in Ubuntu

Source: Internet
Author: User
Install the basic compiling environment and some auxiliary tools, such as documents, In Ubuntu. Sudoapt-getinstallmanpages-dev install the Man manual of C/C ++, so that you can view the prototype of the function you are not familiar with at any time, specific parameter descriptions, and so on; you can also view the specific descriptions of some include files. Sudoapt-getinstallbuild-essential install gcc, g ++, make, and other sudoapt-get

Install the basic compiling environment and some auxiliary tools, such as documents, In Ubuntu.
Sudo apt-get install manpages-dev
Install the Man manual of C/C ++ so that you can view the prototype of the function that you are not familiar with and the specific parameter description at any time; you can also view the specific descriptions of some include files.

Sudo apt-get install build-essential
Install gcc, g ++, make, etc.

Sudo apt-get install libc6-dev libstdc ++ 6-4.0-dev
Install include & lib

Sudo apt-get install autoconf automake1.9
Install autoconf automake1.9

Sudo apt-get install binutils-doc cpp-doc gcc-4.0-doc gcc-doc glibc-doc libstdc ++ 6-4.0-doc stl-manual cpp-4.0-doc
Installation document


You can also write down how to install programs in ubuntu.

3. Construct a handy IDE, Anjuta
Sudo apt-get install anjuta
Sudo apt-get install automake (previously installed)
Sudo apt-get install autoconf (previously installed)
Sudo apt-get install autogen
Sudo apt-get install indent
Sudo apt-get install libtool

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.