Results 1 to 2 of 2
Hello! I am new to using Linux (Debian) and I wanted to install an IDE that covers all languages (C++, Java, SQL) so I decided to try Anjuta, but when ...
- 03-25-2010 #1Just Joined!
- Join Date
- Mar 2010
- Location
- Shawnee, KS
- Posts
- 1
Anjuta and Geany: Build Menu is Grayed Out
Hello! I am new to using Linux (Debian) and I wanted to install an IDE that covers all languages (C++, Java, SQL) so I decided to try Anjuta, but when I entered a simple "Hello World" code and tried to run it, I noticed that the Build > Compile selection was grayed out. I read on another forum that Anjuta can only compile projects so I switched to Geany, same problem. Do I have to install a compiler?
Thanks in advance
- 03-25-2010 #2Linux User
- Join Date
- Jan 2006
- Posts
- 414
Yes, if you want to compile something, you'll need to install a compiler.
On Debian the package "build-essential" will install everything you need to compile and build programs.


Reply With Quote