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-setupOn 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 _buildYou can run form the source tree:
_build/src/furios-initial-setup