Skip to content

Commit

Permalink
add basic build instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanparadis committed Nov 10, 2024
1 parent 4b5602a commit 6c6079c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,16 @@ Alternatively, manually add the following to your `downloader.ini` file on the S
[misteraddons/reflexadapt]
db_url = https://github.com/misteraddons/Reflex-Adapt/raw/main/reflexadapt.json.zip
```

## Building Firmware on Linux
1. Clone the repo and cd into the directory
2. Install [Arduino-cli](https://arduino.github.io/arduino-cli/installation): Use brew or the install script.
3. If you installed with the install script add to PATH
4. Install arduino:avr core `arduino-cli core install arduino:avr`
5. Install Arduino-LUFA:avr core `arduino-cli core install Arduino-LUFA:avr --additional-urls https://github.com/Palatis/Arduino-Lufa/raw/master/package_arduino-lufa_index.json`
6. make all

## Building reflex_updater
1. install [Rust](https://www.rust-lang.org/tools/install)
2. cd reflex_updater
3. cargo run or cargo build

0 comments on commit 6c6079c

Please sign in to comment.