Update dependency list in Readme. Fixes #16

pull/21/head
Miepee 5 years ago committed by GitHub
parent 711a1b77a3
commit 8d1a493227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,17 @@ A front-end application that simplifies installing the latest AM2R-Community-Upd
## Dependencies ## Dependencies
Windows needs the [.NET Framework 4.8 runtime](https://dotnet.microsoft.com/download/dotnet-framework/net48) installed. Windows needs the [.NET Framework 4.8 runtime](https://dotnet.microsoft.com/download/dotnet-framework/net48) installed.
Linux needs the [.NET Core 5.0 runtime](https://dotnet.microsoft.com/download/dotnet/5.0), `xdelta3` and `libappindicator3` installed. Refer to your local package manager for Instructions. Linux needs the following dependencies installed:
- [.NET Core 5.0 runtime](https://dotnet.microsoft.com/download/dotnet/5.0)
- `xdelta3`
- `libappindicator3`
- `gtk3`
- `libappindicator3`
- `webkitgtk`
- `openssl`
- `fuse2`
Refer to your local package manager for Instructions.
Optionally, for APK creation any Java runtime is needed. Optionally, for APK creation any Java runtime is needed.
## Downloads ## Downloads

Loading…
Cancel
Save