64-bit development in Linux

Discussion of chess software programming and technical issues.

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

Post by Aleks Peshkov »

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

Post by Pradu »

frankp wrote: VIM

Enough said ;-)
Add a G 8-). Works great on Windows and Solaris as well.
glorfindel

Re: 64-bit development in Linux

Post by glorfindel »

I have only used Fedora for a couple of days, but I think you would install gcc with

Code: Select all

#>yum install gcc
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.