Skip to content

Commit

Permalink
setup script comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Nov 5, 2024
1 parent 95be13c commit f1cc8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/setup_linux_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
# - `gcc`, `gdb`, `gcc-multilib`, `g++-multilib`: Native compilers for your PC, used for unit tests and simulator.
# - `make`: GNU Make, build tool that orchestrates the correct build steps.
# - `openjdk-8-jdk-headless`: Java compiler for FOME console and code generation tools.
# - `mtools`, `zip`, `xxd`: Used to generate the on-ECU filesystem that stores the matching ini file.
# - `mtools`, `zip`, `xxd`, `dosfstools`: Used to generate the on-ECU filesystem that stores the matching ini file.
#

# This script will download and install all dependencies require to develop rusEFI on Linux.
# This script will download and install all dependencies require to develop FOME on Linux.
# After running this script, executing `make` in the firmware folder is expected to produce a functional firmware binary.

# Ensure submodules got cloned
Expand Down

0 comments on commit f1cc8b4

Please sign in to comment.