mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
Merge branch 'readme' into 'master'
Update README.md with software installation instructions See merge request chameleon-vision/Chameleon-Vision!14
This commit is contained in:
13
README.md
13
README.md
@@ -13,7 +13,7 @@ These instructions will get you a copy of the project up and running on your loc
|
|||||||
---
|
---
|
||||||
#### For the co-processor
|
#### For the co-processor
|
||||||
|
|
||||||
- Java 12 Runtime
|
- Java 12 Runtime (See Deployment - Software)
|
||||||
- Avahi Daemon
|
- Avahi Daemon
|
||||||
|
|
||||||
#### For the driver station
|
#### For the driver station
|
||||||
@@ -25,6 +25,17 @@ These instructions will get you a copy of the project up and running on your loc
|
|||||||
Deploying is as simple as uploading the chameleon-vision-1.xx.jar file to your target device.
|
Deploying is as simple as uploading the chameleon-vision-1.xx.jar file to your target device.
|
||||||
Run the program with `java -jar chameleon-vision-1.xx.jar`
|
Run the program with `java -jar chameleon-vision-1.xx.jar`
|
||||||
|
|
||||||
|
## Software
|
||||||
|
|
||||||
|
### Java 12
|
||||||
|
Follow the correct instructions for your platform from [BellSoft](https://bell-sw.com/pages/liberica_install_guide-12.0.2/)
|
||||||
|
|
||||||
|
### Avahi Daemon (Linux systems)
|
||||||
|
`sudo apt-get install avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan`
|
||||||
|
|
||||||
|
### Bonjour (Windows Systems)
|
||||||
|
Download and install Bonjour [from here](https://support.apple.com/kb/DL999?locale=en_US)
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
||||||
### ARM Co-processors
|
### ARM Co-processors
|
||||||
|
|||||||
Reference in New Issue
Block a user