Thread: KDevelop questions

  1. #1
    Android geek@02's Avatar
    Join Date
    Mar 2004
    Location
    Kurunegala Colony, Sri Lanka, Sri Lanka
    Posts
    470

    KDevelop questions

    hi all!
    Anjuta drow me crazy, so now i'm thinking 2 get KDevelop. and i've got few newbee questions 2 ask:

    can i use KDevelop within gnome?
    or must i install kde to use KDevelop?
    do a kde prog built using KDevelop run on gnome?
    do u guys recommend KDevelop? or are there better IDEs out there?

    thanx a lot 4 any help.
    GameJolt: https://gamejolt.com/@KasunL
    Game Development Youtube:
    https://is.gd/XyhYoP
    Amateur IT Blog: http://everything-geeky.blogspot.com/



    (and, sorry for my amateur English)

  2. #2
    !anExpert
    Join Date
    Mar 2005
    Location
    pa
    Posts
    155
    >> can i use KDevelop within gnome?
    yes

    >> or must i install kde to use KDevelop?
    you must have the kde libraries installed to use kdevelop. kdevelop also makes use of several kde apps, such as editors, kdiff, and probably some others. Im not sure if they are compiled in with kdevelop or if you will need them installed separately.

    >> do a kde prog built using KDevelop run on gnome?
    yes. as long as you have the needed kdelibs available under gnome.

    >> do u guys recommend KDevelop? or are there better IDEs out there?
    kdevelop is a very nice IDE if you like IDEs. I prefer the editor kate, a terminal window, and gdb, but I did use kdevelop for a recent project. It is a robust program that if properly configured should cover just about every need you may have from development to distribution. I guess all you can do is try it.

    If you are not really familiar with libs and such in linux and X I would suggest that the easy way for you to get up and going with kdevelop would be to just go ahead and install kde completly and not try to find only what you need. Then once it is installed, you will be able to launch kdevelop from within gnome.

    hth

  3. #3
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    if you use your distros package manager, it will install deps for kdevelop.

    you can use kdevelop to link against gnome libs, you just have to work harder.
    for working in gnome, you might find glade to be easier, gtk/gdk specific so the whole qt thing isn't added. ( kde being qt based )
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM