Lbry-desktop: Update README and/or build.sh to properly install yarn

Created on 31 Jul 2017  路  5Comments  路  Source: lbryio/lbry-desktop

besides node and npm

Most helpful comment

I've submitted a PR to get the setup steps updated: https://github.com/lbryio/lbry-app/pull/483

All 5 comments

@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?

Keytar

On Linux
Currently this library uses libsecret so you may need to install it before running npm install

  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
  • Red Hat-based: sudo yum install libsecret-devel
  • Arch Linux: sudo pacman -S libsecret

I've submitted a PR to get the setup steps updated: https://github.com/lbryio/lbry-app/pull/483

Was this page helpful?
0 / 5 - 0 ratings

Related issues

btzr-io picture btzr-io  路  11Comments

seanyesmunt picture seanyesmunt  路  15Comments

tzarebczan picture tzarebczan  路  13Comments

tzarebczan picture tzarebczan  路  17Comments

tzarebczan picture tzarebczan  路  16Comments