Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 594 Bytes

Switchboard Wallet Plug

Translation status

Wallet Screenshot

Building and Installation

You'll need the following dependencies:

  • libgranite-dev>=0.5
  • libgtk-3-dev
  • libsecret-1-dev
  • libswitchboard-2.0-dev
  • meson
  • valac

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

sudo ninja install