0

This is a similar question asked on Aug 16 but the answer given did not fix the problem. I am brand new to Ubuntu and have tried following several different sets of instructions for installing eclipse and still can't get the hello world application to compile and run. With the set of instructions on Aug 16, I get "nothing to build for project..." error.

Since I'm new to linux and ubuntu the previous answers to this problem are unclear and assume a lot of knowledge about the way ubuntu installs and links programs.

Any suggestions?

eac
  • 1

1 Answers1

0

Go to eclipse official website, search for "Download packages" link somewhere and then download "Eclipse IDE for C/C++ Developers". It'll be an archive, probably a *.tar.gz. Extract that archive, launch eclipse from the directory.

I haven't seen anyone regularly packaging Eclipse into deb packages for apt-get. So downloading from the site has become the easiest option. Adding the fact that Eclipse is like a mini-OS with its own built-in package manager I rely on the official site to assemble the correct configuration for the task (the C++ development in this case).

Velkan
  • 3,681