From 645f2ed1ec9eac0263de95572ed821cf1c8389d9 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 24 Sep 2023 22:14:38 +0300 Subject: Added REQUIREMENTS file --- README | 3 +++ REQUIREMENTS | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 REQUIREMENTS diff --git a/README b/README index e2568ea..4b02cca 100644 --- a/README +++ b/README @@ -81,6 +81,9 @@ cd arching-kaos-tools If you encounter any errors, please open an issue. +For more extended description on the installation process, refer to `INSTALL` +file. + Update ------ diff --git a/REQUIREMENTS b/REQUIREMENTS new file mode 100644 index 0000000..e551afb --- /dev/null +++ b/REQUIREMENTS @@ -0,0 +1,28 @@ +Requirements +------------ + +Even though there is a brief description of them in the README file, this space +would be more convenient to mention these. + +To run this repository with no errors from missing depedencies you will need at +least the following: + +bash +gpg +jq +node +npm +npx +make +curl +wget +screen + +Note that some of those are checked if they already exist in your system during +installation and if not found there is an attempt to install them. + +IPFS command line tool is also needed but is installed as well during the +installation process. + +CJDNS can be used as a peering method. ak-cjdns-scanner can be used to retrieve +them. This requires CJDNS to be running and `dumpLinks` tool to be in your PATH. -- cgit v1.2.3