首頁 > 軟體

Ubuntu安裝Eclipse for C/C++及相關設定

2020-06-16 17:54:46

Ubuntu安裝Eclipse for C/C++及相關設定

1,安裝JDK:

sudo apt-get install aptitude

sudo aptitude search openJava

sudo aptitude install openjdk-7-jdk

然後輸入:java -version;javac -version進行測試,即可判斷是否安裝成功。

2,去Eclipse官方網站下載Eclipse(eclipse-cpp-mars-R-linux-gtk.tar.gz),然後解壓:

tar -xzf eclipse-cpp-mars-R-linux-gtk.tar.gz -C ~/

3,建立快捷方式:右鍵Eclipse可執行檔案,點選建立快捷方式,然後將快捷方式放到桌面即可。

4, 安裝CDT(此步可跳過):

方法1)去Eclips官方下載CDT,然後解壓至Eclipse目錄即可。

方法2)在help->software updates->find and install...中,選擇search for new features to install,然後點選new remote site按鈕,新增如下地址: http://download.eclipse.org/tools/cdt/releases/8.7,然後選中它,eclipse就會到這個地址查詢新的cdt,等一會,列出cdt的版本,選擇最新的,然後一路next,它就會開始從網上下載並安裝,安裝完後會提示重新啟動eclipse。

5,測試Eclipse:編寫一個Hello world程式進行測試即可。

設定相關問題:

字型修改:

進入左側樹結構依次選擇General->Appearance->Colors  and  Fonts或者直接在搜尋方塊輸入Colors  選擇Colors  and  Fonts,

在Colors  and  Fonts介面框中中可以看到各種的格式設定,設定base下的Text Font,選擇後,點選右側的Edit按鈕,可以開啟格式編輯框,選擇需要的格式樣式,點選確定即可。

修改前:

修改後:

Eclipse漢化方法:

Installing the language packs

  • Open the install wizard with 'Help' > 'Install new software...'
  • Add the Babel p2 repository: http://download.eclipse.org/technology/babel/update-site/R0.13.0/mars
  • Select/install your language pack of choice
  • Restart Eclipse and you should get a translated Eclipse

--------------------------------------分割線 --------------------------------------

Ubuntu 14.04 LTS安裝Java 8和Eclipse 4.4  http://www.linuxidc.com/Linux/2014-11/109217.htm


IT145.com E-mail:sddin#qq.com