besides node and npm
@lyoshenka
Also, someone tried on Fedora25 and if failed until libsecret-devel was installed.
@tzarebczan thanks, I was trying on Solus and failed at a libsecret step. Will try again and let you know soon.
Btw isn't better to list the dependencies so it can be distribution agnostic rather than running a prebuild script that apt-get installs stuff you need?
On Linux
Currently this library useslibsecretso you may need to install it before running npm install
sudo apt-get install libsecret-1-devsudo yum install libsecret-develsudo pacman -S libsecretI've submitted a PR to get the setup steps updated: https://github.com/lbryio/lbry-app/pull/483
Most helpful comment
I've submitted a PR to get the setup steps updated: https://github.com/lbryio/lbry-app/pull/483