From 6dc00a6310ab1d7b6b516690d3c3fbcbbed3dc94 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Mon, 3 Oct 2022 21:43:55 -0500 Subject: [PATCH] List dependencies required by flutter_libs Also changed the hyperlink texts from Monero and Epic Cash to flutter_libmonero and flutter_libepiccash to try and avoid leading newcomers to add Monero/Epic Cash's dependencies --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c996db04..1dd212c1c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,10 @@ cd stack_wallet git submodule update --init --recursive ``` -You will need to install all dependencies listed in each of the plugins in the crypto_plugins folder. (eg. [Monero](https://github.com/cypherstack/flutter_libmonero), [Epic Cash](https://github.com/cypherstack/flutter_libepiccash) ) as of Sep 8th 2022 that is: +Install all dependencies listed in each of the plugins in the crypto_plugins folder (eg. [flutter_libmonero](https://github.com/cypherstack/flutter_libmonero/blob/main/howto-build-android.md), [flutter_libepiccash](https://github.com/cypherstack/flutter_libepiccash) ) as of Oct 3rd 2022 that is: +``` +sudo apt-get install unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm sudo apt-get install debhelper libclang-dev cargo rustc opencl-headers libssl-dev ocl-icd-opencl-dev +``` Install [Rust](https://www.rust-lang.org/tools/install) ```