Skip to content

Commit

Permalink
Update documentation for building in Ubuntu
Browse files Browse the repository at this point in the history
last change
  • Loading branch information
haslinghuis committed Jan 8, 2022
1 parent 2802645 commit adb3a06
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/development/Building in Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ This document is tested and based on the latest Ubuntu 20.04.03 LTS release and

### Clone betaflight repository and install toolchain

$ sudo apt update
$ sudo apt upgrade
$ sudo apt update && apt upgrade
$ sudo apt install build-essential libblocksruntime-dev git curl clang
$ git clone https://github.com/betaflight/betaflight.git
$ cd betaflight
Expand All @@ -29,7 +28,11 @@ Make sure to remove `obj/` and `make clean`, before building again.

### Building Betaflight Configurator

See [Betaflight Configurator Development](https://github.com/betaflight/betaflight-configurator#development) for how to build the Betaflight Configurator.
$ sudo apt update && apt upgrade
$ sudo apt install libatomic1 npm
$ sudo npm install -g gulp-cli yarn

Install Node and see [Betaflight Configurator Development](https://github.com/betaflight/betaflight-configurator#development) for how to build the Betaflight Configurator.

### Flashing a target with Betaflight Configurator on Ubuntu 20.04

Expand Down

0 comments on commit adb3a06

Please sign in to comment.