Changes between Version 56 and Version 57 of PiBotOsInstallation
- Timestamp:
- Oct 14, 2016, 9:43:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiBotOsInstallation
v56 v57 31 31 curl -s get.pi4j.com | sudo bash 32 32 }}} 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 33 43 * Install [https://www.nano-editor.org/ Nano] text editor {{{sudo apt-get install nano}}} 34 44 * Install [https://en.wikipedia.org/wiki/Avahi_(software) Avahi] (mDNS/zeroconf) {{{sudo apt-get install avahi-daemon}}}