Skip to content

Compilation of the faps

Erwin Ried edited this page Nov 19, 2023 · 4 revisions

You need to fork a Flipper Zero firmware for this step. I will use Xtreme-Firmware.

  1. Download (and unpack) the .zip or clone the Flipper Zero firmware repository

  2. Copy the applications from flipper_companion_apps/applications/ to applications/external

If you plan to compile the apps many times, you can use Junction links to work on the apps in a different place and keep only the link in applications/external while keeping the source code of the applications on another location

image

  1. Open with VS Code or a similar editor

  2. Execute ./fbt faps on a new terminal in VS Code. If the compilation goes OK, the .faps will be in a subfolder on the directory build