Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1022 Bytes

File metadata and controls

31 lines (22 loc) · 1022 Bytes

avail-lib

Common utilities, structs and traits used throughout Avail Wallet.

Build Status License

Dependencies

This library, when compiled for a linux Ubuntu target, requires the following dependencies:

  • libsoup-3.0-dev
  • libwebkit2gtk-4.1-dev
  • libjavascriptcoregtk-4.1-dev
  • build-essential
  • curl
  • wget
  • file
  • libssl-dev
  • libgtk-3-dev
  • libayatana-appindicator3-dev
  • librsvg2-dev

You can install them by running the following command:

sudo apt-get install libsoup-3.0-dev libwebkit2gtk-4.1-dev libjavascriptcoregtk-4.1-dev build-essential curl wget file libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev

Contributing

To contribute to this repository, please refer to the contributing guidelines.