PDA

View Full Version : KDevelop help



meanburrito920
July 19th, 2007, 04:52 AM
how does it work? i tried to compile a simple prog (in C) in it and it said i was missing all kinds of libraries...
sorry for being such a noob.

destructchaos
July 23rd, 2007, 09:42 PM
did you install the build-essential package?

also, i would highly suggest creating a managed make project, otherwise you're going to have to write your own make files. <- not fun.

msd79m
July 25th, 2007, 08:03 AM
install necessary packages by running this command:
sudo apt-get install build-essential libtool konsole automake autoconf