On Jul 9, 2009, at 5:31 PM, Kenneth Adam Miller wrote: > When I'm using kdevelop, how do I compile what I have written > without using terminal commands? I understand it's like gedit.
KDevelop is an IDE like Eclipse, NetBeans, Visual Studio, or Xcode. So you create a project and then you can add files to the aforementioned project. When you build the project those files will be built and linked into an executable. It's kind of funky, because all it does is wrap those terminal commands into a makefile and then runs ./configure and make when you hit a button. Registered Linux Addict #431495 For Faith and Family! | John 3:16! http://www.fsdev.net/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
