Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Coder's Corner Lounge (http://www.programmingforums.org/forum11.html)
-   -   C(++) compiler for linux (http://www.programmingforums.org/showthread.php?t=10553)

Lord Barlak Jun 28th, 2006 8:28 AM

C(++) compiler for linux
 
Any suggestions? :banana:

MisterPoppy Jun 28th, 2006 8:30 AM

The search button.

Arevos Jun 28th, 2006 8:32 AM

Get GCC.

somehollis Jun 28th, 2006 8:44 AM

Since you're running ubuntu, gcc can be installed by
:

sudo apt-get install build-essentials

Lord Barlak Jun 28th, 2006 9:17 AM

I am a complete nub when it comes to linux, where do i enter that code? :)

King Jun 28th, 2006 9:18 AM

Quote:

Originally Posted by somehollis
Since you're running ubuntu, gcc can be installed by
:

sudo apt-get install build-essentials

Will that include g++ because he wanted a c++ compiler as well? If it doesn’t he can just go: sudo apt-get install g++

King Jun 28th, 2006 9:19 AM

Quote:

Originally Posted by Lord Barlak
I am a complete nub when it comes to linux, where do i enter that code? :)

Open up your terminal... become friends with the terminal, it's your best friend in Linux.

Lord Barlak Jun 28th, 2006 9:21 AM

Wow, haha thanks, now I can install flash and other junk :) It stick though, no Itunes lol

niteice Jun 28th, 2006 9:22 AM

http://packages.ubuntu.com/dapper/devel/build-essential

Installs some dpkg development files, g++, gcc, development versions of system headers and libraries, and make.

Arevos Jun 28th, 2006 9:44 AM

Quote:

Originally Posted by Lord Barlak
Wow, haha thanks, now I can install flash and other junk :) It stick though, no Itunes lol

Why do you need a C compiler to install flash? As for iTunes, I find amaroK to be a pretty complete replacement, though obviously it doesn't have access to the Apple store.

As an aside, you can also install the packages through the Synaptic package manager. Most people just give the "sudo apt-get" answer, as it's easier to type out than describing how to do it through a GUI.


All times are GMT -5. The time now is 8:01 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC