Skip to content

agx/phosh-tour

Repository files navigation

Phosh Tour

Simple introduction to phosh

License

Phosh Tour is licensed under the GPLv3+.

Getting the source

git clone https://gitlab.gnome.org/World/Phosh/phosh-tour
cd phosh-tour

The main branch has the current development version.

Dependencies

On a Debian based system run

sudo apt-get -y install build-essential
sudo apt-get -y build-dep .

For an explicit list of dependencies check the Build-Depends entry in the debian/control file.

Building

We use the meson (and thereby Ninja) build system for phosh-tour. The quickest way to get going is to do the following:

meson . _build
meson compile -C _build

Running

You can run form the source tree:

_build/src/phosh-tour

The result should look something like this (device name and vendor are customizable):

First page Swipe up

Getting in Touch