64-bit development in Linux
Moderator: Ras
-
Aleks Peshkov
- Posts: 969
- Joined: Sun Nov 19, 2006 9:16 pm
- Location: Russia
- Full name: Aleks Peshkov
Re: 64-bit development in Linux
I prefer NetBeans over Eclipse now.
-
Pradu
- Posts: 287
- Joined: Sat Mar 11, 2006 3:19 am
- Location: Atlanta, GA
Re: 64-bit development in Linux
Add a Gfrankp wrote: VIM
Enough said
-
glorfindel
Re: 64-bit development in Linux
I have only used Fedora for a couple of days, but I think you would install gcc with from the command line, or from searching the package manager for gcc. Anyway, not important since you switched from Fedora. If you switch again to another distribution, you could avoid similar issues with this quick cheatsheet .
I could summarize some of the IDEs (most already mentioned) available in all distributions:
Eclipse
NetBeans
Emacs
Vim
KDevelop
Code::Blocks
Geany
Anjuta
Eclipse is the one I have been using extensively, because I have to, for the last years and I discourage everyone from using it because I think it is way too big.
Code: Select all
#>yum install gccI could summarize some of the IDEs (most already mentioned) available in all distributions:
Eclipse
NetBeans
Emacs
Vim
KDevelop
Code::Blocks
Geany
Anjuta
Eclipse is the one I have been using extensively, because I have to, for the last years and I discourage everyone from using it because I think it is way too big.