Results 1 to 2 of 2
how do i install c++ compiler...
- 01-16-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 5
how to install c++ compiler
how do i install c++ compiler
- 01-16-2010 #2
When installing software in Linux you need to use your package manager. To install a compiler from the command line just use the command:
Or to use a GUI there is a guide at https://help.ubuntu.com/community/SynapticHowtoCode:sudo apt-get install build-essential
Linux User #453176


Reply With Quote