News:

SMF - Just Installed!

Main Menu

Will c++ run on linux?

Started by Clarke, April 07, 2016, 08:29:02 AM

Previous topic - Next topic

Conner

Hi, I would like to ask you a big problem to submit because I can not find the answer elsewhere, will c++ run on linux? Please help me, thank you for informing me as soon as possible.

Freddy

If you are using Fedora, Red Hat, CentOS, or Scientific Linux, use the following yum command to install GNU c/c++ compiler:
# yum groupinstall 'Development Tools'

If you are using Debian or Ubuntu Linux, type the following apt-get command to install GNU c/c++ compiler:
$ sudo apt-get update
$ sudo apt-get install build-essential manpages-dev