Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:examples:setup:eclipse:install:linux [2012/05/29 12:48] raivo.sellen: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 10.04, 11.04, 11.10 and 12.04 operation systems. For installation of software repository of Robotic HomeLab is used.+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 sofware package must be downloaded and installed. +For source setup HomeLab-keyring software package must be downloaded and installed. 
-Click for download+Download it from webpage
-[[http://www.roboticlab.eu/repo/ubuntu/dists/oneiric/main/binary-all/misc/homelab-keyring_2012.02.26-1_all.deb|homelab-keyring]]. At next Internet browser will open a windowwhere opening package installation with automatic installation manager can be selected.+[[http://www.roboticlab.eu/repo/ubuntu/dists/oneiric/main/binary-all/misc/homelab-keyring_2012.02.26-1_all.deb|homelab-keyring]]. Next, Internet browser will open a window where opening package installation with automatic installation manager can be selected.
  
 {{  :kit:repo2.png?400  |}} {{  :kit:repo2.png?400  |}}
  
-If you selected the correct optionthe manager will open (Ubuntu 10.04 example). +If you select the correct option the manager will open (Ubuntu 10.04 example). 
  
 {{  :kit:repo3.png?400  |}} {{  :kit:repo3.png?400  |}}
  
-Ubuntu 10.10 and newer open the "Ubuntu Software Center"+Ubuntu 10.10 and newer "Ubuntu Software Center" will popup.
  
 {{  :kit:repo3maverick.png?400  |}} {{  :kit:repo3maverick.png?400  |}}
  
-Press "Install package" for installation and input your password.+Press "Install package" for installation and enter root password.
  
 {{  :kit:repo4.png?400  |}} {{  :kit:repo4.png?400  |}}
  
-If the installation has finishedclose the manager.+If the installation has finished close the manager.
  
 {{  :kit:repo5.png?400  |}} {{  :kit:repo5.png?400  |}}
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 HomeLab software installation**
  
-To install HomeLab softwarechoose from menu: //Rakendused -> Programmeerimine -> Install Homelab//+To install Robotic HomeLab software in Gnome choose from menu: //Applications -> Programming -> Install Homelab//
  
 {{  :kit:repo6.png?400  |}} {{  :kit:repo6.png?400  |}}
  
-Input your password when asked.+In case of Unity start typing: //homelab// in Dash 
 + 
 +Enter root password when asked.
 {{  :kit:repo4.png?400  |}} {{  :kit:repo4.png?400  |}}
  
-If the password was correctterminal window will open and software setup will begin. If not, then setup will not start. Setup can be started later from menu.+If the password is correct terminal window will open and software installation will begin. If not installation will not start. Setup can be started later again if first attempt was unsuccessful.
  
 {{  :kit:repo7.png?400  |}} {{  :kit:repo7.png?400  |}}
  
-Software installation might take time from few minutes to a quarter of hourdepending on your Internet connection and computer speed. +Software installation might take some time from few minutes to a quarter of hour depending on your Internet connection and computer speed. 
-As a resultthe 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 - HomeLab configuration program +  * hlflash - HomeLab flashing program 
-  * 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 HomeLab software is now successfully installed!
  
 ===== Software manual installation ===== ===== Software manual installation =====
  
-In case automatic installaton fails at some reasonsrequired software packages can also be installed manually.+In case automatic installation fails at some reasons required software packages can be also installed manually.
  
- **1. At first add HomeLab repository through terminal into Ubuntu package manager. **+ **1. At first add Robotic HomeLab repository through terminal into Ubuntu package manager. **
  
 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 validationyou also need to install corresponding public key into your computer.+Because of all Robotic HomeLab software packages contain GnuPGP key for validation you also need to install corresponding public key into your computer.
  
-Download key: {{:et:examples:setup:homelab-keyring.gpg.zip|}}+Download key from webpage: {{:et:examples:setup:homelab-keyring.gpg.zip|}}
  
 Extract archive using user interface or terminal. Extract archive using user interface or terminal.
Line 77: Line 82:
 <code> unzip homelab-keyring.gpg.zip </code> <code> unzip homelab-keyring.gpg.zip </code>
  
-Then add this key into Ubuntu package manager when you are in folder that contains homelab-keyring.gpg:+Then add this key into Ubuntu package manager. When in folder that contains homelab-keyring.gpg type:
 <code>sudo apt-key add homelab-keyring.gpg</code> <code>sudo apt-key add homelab-keyring.gpg</code>
  
Line 105: Line 110:
 </code> </code>
  
-After completing installation of those software packagesHomeLab is now successfully installed!+After completing installation of those software packages Robotic HomeLab is successfully installed!
  
-To create new project and configure floating-point variableslook at the instructions for Eclipse.+To create new project and configure floating-point variables look at the instructions for Eclipse setup.
en/examples/setup/eclipse/install/linux.1338295704.txt.gz · Last modified: 2020/07/20 09:00 (external edit)
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0