This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:examples:setup:eclipse:install:linux [2012/05/29 12:10] – raivo.sell | en:examples:setup:eclipse:install:linux [2020/07/20 09:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Installing Eclipse for Linux ====== | ====== Installing Eclipse for Linux ====== | ||
| - | This section describes how to install and use AVR development environment in Linux Ubuntu | + | This section describes how to install and use AVR development environment in Linux Ubuntu operation systems. For installation software repository of Robotic HomeLab is used. |
| ===== Software automatic installation ===== | ===== Software automatic installation ===== | ||
| Line 6: | Line 6: | ||
| **1. Software source setup** | **1. Software source setup** | ||
| - | For source setup HomeLab-keyring | + | For source setup HomeLab-keyring |
| - | Click for download: | + | Download it from webpage: |
| - | [[http:// | + | [[http:// |
| {{ : | {{ : | ||
| - | If you selected | + | If you select |
| {{ : | {{ : | ||
| - | Ubuntu 10.10 and newer open the " | + | Ubuntu 10.10 and newer " |
| {{ : | {{ : | ||
| - | Press " | + | Press " |
| {{ : | {{ : | ||
| - | If the installation has finished, close the manager. | + | If the installation has finished close the manager. |
| {{ : | {{ : | ||
| Line 30: | Line 30: | ||
| As a conclusion you have successfully installed Robotic Homelab software source. | As a conclusion you have successfully installed Robotic Homelab software source. | ||
| - | **2. HomeLab software installation** | + | **2. Robotic |
| - | To install HomeLab software, choose from menu: //Rakendused | + | To install |
| {{ : | {{ : | ||
| - | Input your password when asked. | + | In case of Unity start typing: //homelab// in Dash |
| + | |||
| + | Enter root password when asked. | ||
| {{ : | {{ : | ||
| - | If the password | + | If the password |
| {{ : | {{ : | ||
| - | Software installation might take time from few minutes to a quarter of hour, depending on your internet | + | Software installation might take some time from few minutes to a quarter of hour depending on your Internet |
| - | As a result, the following software packages will be installed: | + | As a result the following software packages will be installed: |
| + | * HomelabSetup - HomeLab configuration program | ||
| + | * Eclipse-CDT - development environment | ||
| * gcc-avr – GNU C-language compiler for AVR platform | * gcc-avr – GNU C-language compiler for AVR platform | ||
| * avrdude – program for loading HEX to microcontroller | * avrdude – program for loading HEX to microcontroller | ||
| * avr-libc – C-language libraries for code writing into AVR platform | * avr-libc – C-language libraries for code writing into AVR platform | ||
| * libhomelab - HomeLab library | * libhomelab - HomeLab library | ||
| - | * HomelabSetup | + | * hlflash |
| - | * Eclipse-CDT - development environment | + | * hlflash-gui - HomeLab flashing GUI |
| + | * hlinit - HomeLab initialization program | ||
| Terminal will close after installation of these software packages. | Terminal will close after installation of these software packages. | ||
| - | HomeLab software is now successfully installed! | + | Robotic |
| ===== Software manual installation ===== | ===== Software manual installation ===== | ||
| - | In case automatic | + | In case automatic |
| - | **1. At first add HomeLab repository | + | **1. At first add Robotic |
| The following line can be copied into terminal to do this: | The following line can be copied into terminal to do this: | ||
| Line 68: | Line 73: | ||
| **2. GnuPGP key installation ** | **2. GnuPGP key installation ** | ||
| - | Because of all HomeLab software packages contain GnuPGP key for validation, you also need to install corresponding public key into your computer. | + | Because of all Robotic |
| - | Download key: {{: | + | Download key from webpage: {{: |
| Extract archive using user interface or terminal. | Extract archive using user interface or terminal. | ||
| Line 77: | Line 82: | ||
| < | < | ||
| - | Then add this key into Ubuntu package manager | + | Then add this key into Ubuntu package manager. When in folder that contains homelab-keyring.gpg |
| < | < | ||
| Line 105: | Line 110: | ||
| </ | </ | ||
| - | After completing installation of those software packages, HomeLab is now successfully installed! | + | After completing installation of those software packages |
| - | To create new project and configure floating-point variables, look at the instructions for Eclipse. | + | To create new project and configure floating-point variables look at the instructions for Eclipse |