-
Get the latest IoT dev kit Eclipse IDE package.
- On the USB key: downloads → Linux → edison_media
- Copy iotdk-ide-linux.tar.b2 to your computer.
-
Extract the contents of iotdk-ide-linux.tar.b2.
-
Open a new Terminal window.
-
cd
into the directory that contains the .bz2. e.g. If you copied the file to your desktop:cd ~/Desktop/
-
Extract the tar.bz2. The process will take a a few minutes.
tar -jxvf iotdk-ide-linux.tar.bz2
-