LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Ubuntu KDevelop installation (https://www.linuxquestions.org/questions/linux-newbie-8/ubuntu-kdevelop-installation-762021/)

bob12345 10-15-2009 03:02 AM

Ubuntu KDevelop installation
 
I just installed Ubuntu and now I need to install KDevelop. I have no idea how to do this as I am completely new to Ubuntu. Can someone please give me detailed step by step instructions on how to download and install Kdevelop. I have Ubuntu 9.04 and I need KDevelop:C/C++ -IDE for C/C++ . Also I read that KDevelop does not a have a compiler. Please provide instructions on where and how to install a compiler. Your help will be greatly appreciated.

Guttorm 10-15-2009 03:52 AM

Hi

You can do it from the menu - just search for kdevelop and install it.

Also using command:
sudo apt-get install build-essential kdevelop

(build-essential is a package providing compiler, linker and other stuff needed for making programs)

Maybe also add some documentation packages:
sudo apt-get install kdevelop-doc manpages-dev

linuxlover.chaitanya 10-15-2009 05:43 AM

KDevelop is more prominent at html and web development. If you need C/C++ IDE, you can look for CodeBlocks or DevC++.
Both are free and most probably in repositories. Open Synaptic, search for codeblocks and install.

bob12345 10-16-2009 02:17 AM

Kdevelop
 
Kdevelop doesn't come up when I search for it. I don't have internet access over Ubuntu. Can I download kdevelop using windows and then transfer the files to Ubuntu and install them?

linuxlover.chaitanya 10-16-2009 04:00 AM

Can I know why are you behind Kdevelop for C/C++ when you have better IDEs for that.
You can download and install Kdevelop but you will need to find out the dependencies as well. But I suggest you look into the other two as well.


All times are GMT -5. The time now is 08:18 PM.