How do I install (details, please) eclipse-cpp-europa-winter-linux-gtk.tar.gz?
Announcement
Collapse
No announcement yet.
installing downloaded Eclipse for C++
Collapse
This topic is closed.
X
X
-
Re: installing downloaded Eclipse for C++
How-To's:
Rog131:
http://kubuntuforums.net/forums/inde...opic=3085626.0
Compile from source:
https://help.ubuntu.com/community/CompilingEasyHowTo
https://help.ubuntu.com/community/CompilingSoftware
https://help.ubuntu.com/community/CheckInstall
(all three are together and are cross-linked)
Compile from source, Installing software (MANY links):
http://kubuntuforums.net/forums/inde...opic=3086417.0
Software--=> How to Install Anything in Ubuntu!!!
http://monkeyblog.org/ubuntu/installing/An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski
- Top
- Bottom
-
Re: installing downloaded Eclipse for C++
Just extract the eclipse tarball somewhere in your home directory:
tar xzvf eclipse-cpp-europa-winter-linux-gtk.tar.gz -C existing/path/to/unzip/to
than I suppose you need to have the gnu C/C++ compiler and build tools such as configure and make, so I would run:
sudo aptitude install build-essential
You can now go to the directory where you unpacked eclipse and run the eclipse executable.
Google for instructions on how to create/import a C++ project in eclipse CDT. There's a nice tutorial here:
http://www.ibm.com/developerworks/java/library/os-ecc/
- Top
- Bottom
Comment
-
Re: installing downloaded Eclipse for C++
Hmm...I think you can also use g++; in where you can write your codes on shell, see the site below
http://www.cs.bilkent.edu.tr/~saksoy...toGCCLinux.pdf
- Top
- Bottom
Comment
Comment