From 1cf540986a34f35b7c4dd8f42c2681e29de00c30 Mon Sep 17 00:00:00 2001 From: Liam Cardenas Date: Thu, 28 Dec 2017 09:47:17 -0800 Subject: [PATCH] Added build instructions for arch linux and other distros --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9cb673480..feb23d4bb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ To install from source or make changes to the application, continue reading belo This will download and install the LBRY app and its dependencies, including [the LBRY daemon](https://github.com/lbryio/lbry) and command line utilities like `node` and `yarn`. The LBRY app requires Node >= 6; if you have an earlier version of Node installed and want to keep it, you can use [nvm](https://github.com/creationix/nvm) to switch back and forth. +#### Arch Linux and Other Non-Debian Distributions + +Running the build script with `DEPS=true` triggers a bash script with `apt-get` specific commands. If you are using a distribution without `apt-get`, try running the script as: + +`./build.sh` + +You may also have to install the package [libsecret](https://wiki.gnome.org/Projects/Libsecret) if it is not already installed. + ### Ongoing Development Run `yarn dev`