An app to setup your device. The app is run on first device boot via phrog.
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 cargo and meson build systems for phosh-first-boot. The quickest way to get going is to do the following. If you're only intersted in building the app then just run:
cargo buildYou can run it from the source tree:
RUST_LOG=trace cargo run