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