This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 696
How To Build
Willy-JL edited this page Mar 21, 2023
·
2 revisions
- Git - Download for Windows, on Linux/Mac install via package manager (
brew
,apt
, ...)
For development:
- Git
- Python3
- VSCode
You should clone with
$ git clone --recursive https://github.com/ClaraCrazy/Flipper-Xtreme.git
Check out documentation/fbt.md
for details on building and flashing firmware.
./fbt
./fbt COMPACT=1 DEBUG=0 updater_package
Check dist/
for build outputs.
Use flipper-z-{target}-full-{suffix}.dfu
to flash your device.
Check out documentation/fbt.md
for details on building and flashing firmware.
.\fbt.cmd
.\fbt.cmd COMPACT=1 DEBUG=0 updater_package
Check dist/
for build outputs.
Use flipper-z-{target}-full-{suffix}.dfu
to flash your device.
If compilation fails, make sure all submodules are all initialized. Either clone with --recursive
or use git submodule update --init --recursive
.