Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
software:deep:installation:ubuntu [2013-12-03 18:02] – angelegt zueger1software:deep:installation:ubuntu [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1
Zeile 1: Zeile 1:
-====== deep Installation under Ubuntu Linux ====== 
- 
-===== Install necessary tools ===== 
-<box red right 30% | IMPORTANT Supported Versions> 
-To install //deep// you need at least Windows XP. For Windows 7 64-bit you have to install the 64-bit version of Eclipse and the JDK! 
-</box> 
-  - Install //Java Development Kit//: 
-    - Download the JDK from the [[http://www.oracle.com/technetwork/java/javase/downloads/index.html | Oracle website]] 
-    - Install it by using the setup assistant 
-  - Install //Eclipse IDE for Java Developers//: 
-    - Get the newest version of [[http://www.eclipse.org/downloads/|Eclipse for Java Developers]] 
-    - Unzip it into ''C:\Program Files\eclipse'' resp. ''C:\Programme\eclipse'' 
-  - If you want to use the [[:Embedded Systems:MPC555:start]] with the [[:Embedded Systems:MPC555:USB-BDI]]), you need to install the necessary drivers: 
-    - Download the [[Software:NTB Windows Driver Package]] 
-    - Install it by using the setup assistant. The selection of the suitable drivers is done automatically (32/64 bit). 
- 
-===== Install the deep plugin ===== 
-  - Start the Eclipse IDE (''eclipse.exe'') 
-  - Open the plugin installation dialog: //Help// -> //Install New Software...// 
-  - Add a new plugin source: //Add...// -> //Name:// ''NTB Plugins'', //Location:// ''http://www.ntb.ch/inf/eclipse_plugins/'' -> OK 
-  - Add the plugin by checking: //deep Plugin for Eclipse// (''ch.ntb.inf.deep'') from category "NTB" 
- 
-===== Install the deep target library ===== 
-  - Download the ZIP-archive from the [[software:deep:start#download | deep site]] on the NTB Infoportal. 
-  - Unpack it to ''C:\Programm Data\deep\trglib'' or any other location 
-  - Change the default library path in the Eclipse Plugin: 
-    - Start Eclipse 
-    - Open //Window// -> //Preferences// -> //Deep Preferences// 
-    - Click //Browse..// and navigate to the folder were you've unpacked the archive. 
- 
-===== Test your installation ===== 
-  - Test your installation by creating a hello world project: 
-    - [[..:IDE:First Project (MPC555) | for the MPC555]] 
-    - [[..:IDE:First Project (MPC5200) | for the MPC5200]] 
- 
- 
- 
----- 
- 
-  - Install necessary Software from the Ubuntu Software Repository: 
-    - //Java Development Kit//: openjdk-6-jdk 
-    - //Eclipse:// eclipse 
-    - //Eclipse Java Development Tools (JDT)//: eclipse-jdt 
-    - //libusb//: libusb-1.0 
-  - Install additional Software: 
-    - Download the Java-Wrapper for libusb (libusbJava) from the project website: FIXME 
-    - Install the Package by double clicking 
-  - Install the //deep// Eclipse plugin 
-    - Start Eclipse 
-    - Open plugin installation dialog: //Help// -> //Install New Software...// 
-    - Add source: //Add...// -> //Name:// ''NTB Plugins'', //Location:// ''http://www.ntb.ch/inf/eclipse_plugins/'' -> ok 
-    - Add plugin: ch.ntb.inf.deep