From 8d1a4932275c82f7e10dca0a8555a376a6cd6328 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Sat, 24 Jul 2021 08:44:23 +0200 Subject: [PATCH] Update dependency list in Readme. Fixes #16 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db4a263..fc8e616 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,17 @@ A front-end application that simplifies installing the latest AM2R-Community-Upd ## Dependencies 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. ## Downloads