Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:deep:ide:installation [2013-12-03 17:43] zueger1software:deep:ide:installation [2013-12-04 10:03] (aktuell) – gelöscht zueger1
Zeile 1: Zeile 1:
-====== deep Installation ====== 
-<box green 80% | IMPORTANT Runtime system for MPC555> 
-In order to use the NTB runtime system for MPC555 with deep, you have to install the deep runtime system seperately. See [[software:deep:start#download | deep overview]] page for a download link.  
-After extracting the library you can change the default library path for the plugin in the //Deep Preferences// section of your workspace settings. (Choose //Window// => //Preferences// in your eclipse workspace)</box> 
-===== Windows ===== 
-<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[[http://www.oracle.com/technetwork/java/javase/downloads/index.html | JDK]] 
-    - Install by using the setup assistent 
-  - Install //Eclipse IDE for Java Developers//: 
-    - Get the newest version of [[http://www.eclipse.org/downloads/|Eclipse for Java Developers]] 
-    - Unzip into C:\Program Files\eclipse resp. C:\Programme\eclipse 
-  - Install drivers (optional, only necessary for the [[:Embedded Systems:MPC555:start]] with the [[:Embedded Systems:MPC555:USB-BDI]]): 
-    - Download [[Software:NTB Windows Driver Package]] 
-    - Install by using the installer. The selection of the suitable drivers is done automatically (32/64 bit) 
-  - Install //deep// 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 from category "NTB" 
  
-===== Ubuntu Linux ===== 
-  - 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 
- 
-===== Mac OS X ===== 
-<box red 98% | IMPORTANT Not supported!> 
-Mac OS X is not supported at the moment! 
-</box>