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:
zyphlar 2023-02-25 14:14:06 -08:00 committed by GitHub
parent 95a554422d
commit fb34fd73bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```