elementary / switchboard-plug-useraccounts

Switchboard User Accounts Plug
GNU Lesser General Public License v3.0
12 stars 13 forks source link
accountsservice gtk gtk3 hacktoberfest meson pwquality switchboard vala

User Accounts Settings

Translation status

screenshot

Building and Installation

You'll need the following dependencies:

Run meson build to configure the build environment and then change to the build directory and run ninja to build

meson build --prefix=/usr 
cd build
ninja

To install, use ninja install

ninja install