Initial setup program for FuriOS
FuriOS initial setup is licensed under the GPLv3+.
git clone https://github.com/FuriLabs/furios-initial-setup
cd furios-initial-setup
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 furios-initial-setup. The quickest way to get going is to do the following:
meson . _build
meson compile -C _build
You can run form the source tree:
_build/src/furios-initial-setup