diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-10-05 20:52:10 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-05 20:52:10 +1100 |
| commit | df7f33582febedc3665e57eba1d22b1651d24d0a (patch) | |
| tree | 1b34c979d05c0fd36017a1f44fbaf87575edca89 | |
| parent | 0e819542896587aca648964efc91ae235630466f (diff) | |
Add C++ prerequisite for Fedora. (#18602)
| -rwxr-xr-x | util/install/fedora.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/install/fedora.sh b/util/install/fedora.sh index 4227906ad9..6380f6d33f 100755 --- a/util/install/fedora.sh +++ b/util/install/fedora.sh | |||
| @@ -6,9 +6,9 @@ _qmk_install() { | |||
| 6 | # TODO: Check whether devel/headers packages are really needed | 6 | # TODO: Check whether devel/headers packages are really needed |
| 7 | sudo dnf $SKIP_PROMPT install \ | 7 | sudo dnf $SKIP_PROMPT install \ |
| 8 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers \ | 8 | clang diffutils git gcc glibc-headers kernel-devel kernel-headers \ |
| 9 | make unzip wget zip python3 avr-binutils avr-gcc avr-libc \ | 9 | make unzip wget zip python3 avr-binutils avr-gcc avr-gcc-c++ avr-libc \ |
| 10 | arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib \ | 10 | arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-gcc-cs-c++ \ |
| 11 | avrdude dfu-programmer dfu-util hidapi libusb-devel | 11 | arm-none-eabi-newlib avrdude dfu-programmer dfu-util hidapi libusb-devel |
| 12 | 12 | ||
| 13 | python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt | 13 | python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt |
| 14 | } | 14 | } |
