docs: Linux dependencies list (take two) (#8381)

* Updating Linux build deps

* escaping characters in updated Linux deps

* formatting

* formatting

* Update README.md

* simplifying previous list

* line breaks
This commit is contained in:
Robert Setter 2022-10-25 12:04:59 -05:00 committed by GitHub
parent f51e4dd67f
commit fd76f67bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 15 deletions

View File

@ -46,23 +46,15 @@ You must also have Java installed, and available on your PATH as `java`.
If you are building for a Linux platform, the following are typical dependencies:
#### Ubuntu
* Java (openJDK 11 will suffice)
* libasound2-dev
* libxcb-shape0-dev
* libxcb-xfixes0-dev
* libgtk-3-dev
* libssl-dev
* libasound2-dev
* \*gobject\*
* libxcb\*
* cmake
* g++
#### Fedora
* java-latest-openjdk
* gtk3-devel
* openssl1.1-devel
* alsa-lib-devel
* \*gobject\*
* libxcb-devel
* libxcb-xinput-dev
* libxcb-xkb-dev
* libxcb-cursor-dev
* default-jre-headless
* cmake
* g++