Dies ist eine alte Version des Dokuments!


deep Installation under Ubuntu Linux

Install necessary tools

  1. Install Eclipse IDE for Java Developers:
    $ sudo apt-get install eclipse-jdt
  2. All necessary libraries and a compatible JDK will be installed automatically.
  3. If you want to use the USB-BDI, you have to install libusbJava:

Install the deep plugin

  1. Start the Eclipse IDE
  2. Open the plugin installation dialog: HelpInstall New Software…
  3. Add a new plugin source: Add…Name: NTB Plugins, Location: http://www.ntb.ch/inf/eclipse_plugins/ → OK
  4. Add the plugin by checking: deep Plugin for Eclipse (ch.ntb.inf.deep) from category „NTB“
  5. If you want to use deep with the MPC555 and the USB-BDI, check also the USB-BDI Plugin (ch.ntb.inf.mpc555UsbBdi).
  6. Follow the instructions of the plugin installer.

Install the deep target library

  1. Download the ZIP-archive from the deep site on the NTB Infoportal.
  2. Unpack it to /opt/deep/lib or any other location you want
  3. Change the default library path in the Eclipse Plugin:
    1. Start Eclipse
    2. Open WindowPreferencesDeep Preferences
    3. Click Browse.. and navigate to the folder were you've unpacked the archive.

Test your installation

  1. Test your installation by creating a hello world project: