Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 969 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 969 Bytes

Initial Setup

Translation status

An initial setup app to create new users

screenshot@2x

Building, Testing, and Installation

You'll need the following dependencies:

  • desktop-file-utils
  • gettext
  • granite >= 0.5
  • libaccountsservice-dev
  • libgnomekbd-dev
  • libgtk-3-dev
  • libjson-glib-dev
  • libpwquality-dev
  • libxml2-dev
  • libxml2-utils
  • meson
  • valac

Run meson build to configure the build environment. Change to the build directory and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with io.elementary.initial-setup

sudo ninja install
io.elementary.initial-setup