mirror of
https://github.com/zyphlar/LanternPowerMonitor.git
synced 2024-03-08 14:07:47 +00:00
Add compilation prerequisites to README
I compiled the JAR on the raspi (distributed image) itself and needed to add maven, libpigpio.so.1, and JDK in order to complete it (in addition to pigpio and Java runtime which I'm sure are required for running but preinstalled on the image.)
This commit is contained in:
parent
95a554422d
commit
fb34fd73bc
|
@ -68,7 +68,7 @@ When you add the hub to your configuration via the app, you can change where the
|
|||
1. After that second restart, you should start seeing data. If you're not getting data in your app, the hub probably was not able to get a wifi connection. You can pull the last 10 lines of the log file and network details from the hub via bluetooth on the hub config page to troubleshoot.
|
||||
|
||||
# Ok, but I don't like doing things the easy way.
|
||||
First, you and I will get along just fine. Second, do a reactor build from the root folder:
|
||||
First, you and I will get along just fine. Second, do a reactor build from the root folder. You may need to install `maven libpigpio-dev default-jdk` or similar depending on your OS if you don't already have them. Then:
|
||||
```
|
||||
~/LanternPowerMonitor$ mvn clean install
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user