@@ -4,18 +4,23 @@ A Bash script to install everything related with [EV3Dev-lang-java](http://ev3de
44## Motivation
55
66[ EV3Dev] ( http://www.ev3dev.org/ ) is a fantastic Complete Linux environment
7- to build software for robots. But as any technology, the installation
7+ to build software for robots with Java . But as any technology, the installation
88require some configuration to run in the right way.
99
1010This project tries to save time in this process.
1111
12- The installer will install the following libraries & utilities:
12+ The installer will install the following libraries & utilities by default :
1313
1414+ Java JDK 8 (Only for BrickPi/PiStorms)
1515+ [ BatteryMonitor] ( https://github.com/ev3dev-lang-java/batteryMonitor ) (A Java utility to monitor the Battery)
16+
17+ But it is possible to install the following libraries if your project requires them.
18+
1619+ OpenCV
1720+ RXTX (Library used on [ RPLIDAR4J] ( https://github.com/ev3dev-lang-java/RPLidar4J ) )
1821
22+ ** Note** Play with the help in order to discover the different options.
23+
1924## Getting Started
2025
2126### Starting point:
@@ -35,15 +40,15 @@ sudo reboot
3540If you are using a EV3Brick, you will have to install Java JRE8 Manually.
3641Download the file: ` ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz ` from:
3742http://www.oracle.com/technetwork/java/embedded/downloads/javase/javaseemeddedev3-1982511.html
38- and copy the file the following route: ` /home/robot/ `
43+ and copy the file to the following route: ` /home/robot/ `
3944
4045** Example:**
4146
4247```
4348scp "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" "[email protected] :/home/robot" 4449```
4550
46- The Installer will manage later .
51+ Later, the Installer will manage the file in Java module .
4752
4853### Running the installer
4954
@@ -53,7 +58,11 @@ mkdir installer
5358cd installer
5459wget -N https://raw.githubusercontent.com/ev3dev-lang-java/installer/develop/installer.sh
5560chmod +x installer.sh
61+ sudo ./installer.sh help
5662sudo ./installer.sh
5763```
5864
65+ ## Advanced
66+
67+ It is nice to configure one brick but maybe you could discover that the installer could move the JDK one manual process to another brick and hte installer it is possible to replicate to another remote brick. Play with the help to discover the way.
5968
0 commit comments