-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #16
Update README.md #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you explain why these dependencies are needed?
@bwiedmann hmm, Java is actually no longer needed for the new revision. Go is needed for compiling the new version, as it's distributed by source and built locally by the octoprint plugin. |
Co-authored-by: Benjamin Wiedmann <benjamin.wiedmann@gmail.com>
@@ -25,9 +25,10 @@ in hot spots where precision can be leveraged safely. | |||
## Dependencies ## | |||
|
|||
* **[Go](https://golang.org/)** (1.11+) must be installed from a system package or manually. | |||
* Please make sure that OpenJDK (11 preferred), socat and git are installed on the OctoPrint device. For raspbian, this can be done with: ```sudo apt install openjdk-11-jdk-headless socat git-core``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are actually not needed for the new version, we just need a golang install available
|
||
## Marlin Configuration ## | ||
* Update with [current compatible branch](hhttps://github.com/MarlinFirmware/Marlin). | ||
* Update with [current compatible branch](https://github.com/MarlinFirmware/Marlin). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops
No description provided.