Simple introduction to phosh
Phosh Tour is licensed under the GPLv3+.
git clone https://gitlab.gnome.org/World/Phosh/phosh-tour
cd phosh-tourThe main branch has the current development version.
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.
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 _buildYou can run form the source tree:
_build/src/phosh-tourThe result should look something like this (device name and vendor are customizable):
- Issue tracker: https://gitlab.gnome.org/World/Phosh/phosh-tour/issues
- Matrix: https://matrix.to/#/#phosh:sigxcpu.org

