Skip to content

Commit

Permalink
Add C++ prerequisite for Fedora. (qmk#18602)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and ramonimbao committed Nov 28, 2022
1 parent f7b1dce commit 4c97be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ _qmk_install() {
# TODO: Check whether devel/headers packages are really needed
sudo dnf $SKIP_PROMPT install \
clang diffutils git gcc glibc-headers kernel-devel kernel-headers \
make unzip wget zip python3 avr-binutils avr-gcc avr-libc \
arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib \
avrdude dfu-programmer dfu-util hidapi libusb-devel
make unzip wget zip python3 avr-binutils avr-gcc avr-gcc-c++ avr-libc \
arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-gcc-cs-c++ \
arm-none-eabi-newlib avrdude dfu-programmer dfu-util hidapi libusb-devel

python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
}

0 comments on commit 4c97be6

Please sign in to comment.