Skip to content

Commit

Permalink
update versions for building info (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored Jan 6, 2025
1 parent 3c96f42 commit 1ec996c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/development/building/Building-in-Fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ git clone https://github.com/betaflight/betaflight.git
$ cd betaflight
$ make arm_sdk_install
$ make configs
$ make TARGET=MATEKF411
$ make CONFIG=MATEKF411
```

### Building Configurator in Fedora 35
Expand Down
4 changes: 2 additions & 2 deletions docs/development/building/Building-in-Ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Building in Ubuntu

Building for Ubuntu platform is remarkably easy.
This document is tested and based on Ubuntu 22.04 LTS release and can also be used for WSL.
This document is tested and based on Ubuntu 24.04 LTS release and can also be used for WSL.

### Clone Betaflight Repository and Install Toolchain

```
$ sudo apt update && sudo apt upgrade
$ sudo apt install build-essential libblocksruntime-dev libtool git curl clang-12
$ sudo apt install build-essential libblocksruntime-dev libtool git curl clang-18
$ git clone https://github.com/betaflight/betaflight.git
$ cd betaflight
$ make arm_sdk_install
Expand Down

0 comments on commit 1ec996c

Please sign in to comment.