리눅스에서 GUI환경으로 되어 있는 이클립스를 사용하기 위해서는 먼저
이클립스를 깔아야 합니다. Ubuntu 에서 먼저 인스톨 하려면 다음과 같이 실행합니다.

$sudo apt-get eclipse-developement

그러면 이클립스가 설치되고 실행을 합니다.

$eclipse&

실행은 되었습니다만, 이클립스가 말그대로 깡통입니다.
기본 환경만 되어 있지, C나 자바 등을 컴파일 할수 있는 설정들이 들어와 있지 않습니다.
그래서 찾다보니 "Callisto Discovery Site(http://www.eclipse.org/callisto/discovery.php)를
참조하라고 되어 있습니다.

거기에 보면 아래와 같이 나옵니다.
간단하게 설명하자면, "http://download.eclipse.org/callisto/releases/"를 업데이트 사이트로 등록하고
C and C++ Developement를 설치하라는 것이군요.

위치는 Help>Install New Software에서 "Available Software Sites"를 선택해서 넣어주면 됩니다.
그리고 type filter text에 "C and C++ Developement"를 치면 관련 자료가 나오며 이걸 설치하면 됩니다.

아직은, 설치만 하고, 컴파일은 안해봤기 때문에 빌드해보고 다시 올리도록 하겠습니다.


--> 인스톨 하다가 에러가 납니다. 그래서 어쩔 수 없이 sudo eclipse 로 실행했더니
CDT가 잘 인스톨 되는군요. 다시 실행하고 나니 신규프로젝트에 C와 C++이 나옵니다.






Eclipse Callisto Discovery Site

Using Callisto Discovery Site

The Callisto Discovery Site allows you to install any of the projects included in the Callisto Release from a single location. Instead of downloading each project individually and then installing them into your workspace, the Callisto Discovery Site simplifies the process.

Instructions

To access the Callisto Discovery site:

  • First download either theEclipse SDKor theEclipse Platform Runtime Binaries.
  • You then need to use the update manager to load Callisto projects. SeeEclipse Helpfor general information about using Update Manager. You can also view ascreencam demonstrationof using the Callisto Discovery Site.
  • For most distributions of Eclipse, there should already be a "Callisto Discovery Site" defined in its Update Manager. If you do not see it you can try adding the following URL as a remote update site in your update manager. http://download.eclipse.org/callisto/releases/
  • Alternatively, if you would like to view the list or projects by their Eclipse Project (PMC) organization, you can define a new remote update site, and specify a site-byProject.xml file. In other words, http://download.eclipse.org/callisto/releases/site-byProject.xml

Tips

  • To lessen download time (by installing the minimum number of features), first select the desired feature in the Eclipse update install dialog, then use the "Select Required" button to select only the minimum required prerequisite features.
  • Any time you get a chance, export your bookmark files from the "Add a Site" dialog. Having them saved away in a safe place makes it much easier to re-create another development environment.
  • Since the workbench will have to shutdown and restart you can you do the upgrade and installs with an empty workspace and once satisfied all is well, then use the -data option on the Eclipse command line (or shortcut) to point to your workspace of interest.
  • Both before and after installing "new" features, you may want to use update manager to "Check for updates to currently installed features". In some cases, just installing a feature will not necessarily upgrade all of its prerequisites to the highest available level.

Example of Update Dialog

Here is an example screen shot highlighting. The example is from having started with just the Eclipse Platform Feature installed.


Posted by 벅스바니
,