update docs

This commit is contained in:
Eng1n33r 2022-07-20 21:57:03 +03:00
parent e0e93202c9
commit ab72f69af4
No known key found for this signature in database
GPG Key ID: 6C4C311DFD4B4AB5
2 changed files with 23 additions and 11 deletions

View File

@ -37,19 +37,10 @@ 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`.
# Build on macOS
# Build on Linux/macOS
Check out `documentation/fbt.md` for details on building and flashing firmware.
## macOS Prerequisites
Make sure you have [brew](https://brew.sh) and install all the dependencies:
```sh
brew bundle --verbose
```
Install Python packages required by assets build scripts: `pip3 install -r scripts/requirements.txt`
### Compile everything for development
```sh
@ -65,3 +56,24 @@ Install Python packages required by assets build scripts: `pip3 install -r scrip
Check `dist/` for build outputs.
Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.
# Build on Windows
Check out `documentation/fbt.md` for details on building and flashing firmware.
### Compile everything for development
```sh
.\fbt.cmd
```
### Compile everything for release + get updater package to update from microSD card
```sh
.\fbt.cmd --with-updater COMPACT=1 DEBUG=0 updater_package
```
Check `dist/` for build outputs.
Use **`flipper-z-{target}-full-{suffix}.dfu`** to flash your device.

View File

@ -6,7 +6,7 @@
<br>
<br>
### **Update to the latest official firmware before proceeding**
### **If installng for first time - Update to the latest official firmware before proceeding**
<br>
<br>