Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.31 KB

Assistant Translation status

Voice assistant GUI based on Mycroft

Screenshot of the software.

Installing

The project can be built and installed with Meson:

$ meson . build
$ meson compile -C build
$ sudo meson install -C build

For development purposes, the launcher can be started using the provided ./run script, which will automatically launch the GTK4 debugger.

Before you can use the ./run script, you will need to install Meson.

Requirements

Runtime

Build

These are also needed if you're planning to use the provided run scripts.

  • meson
  • glib2-dev or equivalent (needed for glib-compile-schemas)
  • desktop-file-utils (needed for update-desktop-database)

Contributing

See Aspinwall's contributing guide.

We also use Weblate for translations. Weblate project