Changes between Version 56 and Version 57 of PiBotOsInstallation


Ignore:
Timestamp:
Oct 14, 2016, 9:43:00 PM (9 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBotOsInstallation

    v56 v57  
    3131       curl -s get.pi4j.com | sudo bash
    3232     }}}
     33* Test installation by checking version: {{{pi4j -v}}}
     34* Install Oracle [https://gautric.github.io/blog/2016/03/09/rhiot-Device-IO-API-i2cdetect-impl.html Device I/O] (DIO) library
     35   * sudo apt-get install mercurial
     36   * hg clone http://hg.openjdk.java.net/dio/dev jdkdio
     37   * cd jdkdio
     38   * export JAVA_HOME=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt
     39   * export PI_TOOLS=/usr
     40   * make
     41
     42
    3343* Install [https://www.nano-editor.org/ Nano] text editor {{{sudo apt-get install nano}}}
    3444* Install [https://en.wikipedia.org/wiki/Avahi_(software) Avahi] (mDNS/zeroconf) {{{sudo apt-get install avahi-daemon}}}