Add System Requirements to README #71
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
3 Participants
Due Date
Dependencies
No dependencies set.
Reference: zdm/envoy#71
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "readme-system-requirements"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As the emoji issue on Linux #3 has been fixed by installing an extra package, I have added two sections outlining the system requirements necessary to run Envoy client and server.
👍
@ -20,0 +22,4 @@
To run Envoy, you have to install a Java Runtime Environment (JRE) of at least version 11.
You can download an open source implementation from [here](https://jdk.java.net/15/).
If you are running a Linux distribution, make sure that an emoji font like Noto emoji is installed.
Maybe it would be better to change the
Noto emoji
part into a link to download the font (with Noto emoji as the displayed text)We could do that, however the preferred way of installing the font would be to use the distribution's package manager. As far as I know, Noto emoji is available as a package on all major Linux distributions.
Looks fine