]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
docs: Add Manjaro/Arch dependencies on getting started page (#2701)
authorGuilherme Lima <guilhermelimak@users.noreply.github.com>
Thu, 10 Jan 2019 16:28:52 +0000 (14:28 -0200)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 10 Jan 2019 16:28:52 +0000 (08:28 -0800)
* Update getting_started_build_tools.md

* Update getting_started_build_tools.md

docs/getting_started_build_tools.md

index 375e9d108f5fd17c7acc76e8187c283442228ac5..dbed200d1bdf3d5436b96b62ffe6feae82ad721f 100644 (file)
@@ -41,6 +41,12 @@ Debian / Ubuntu example:
 Fedora / Red Hat example:
 
     sudo dnf install gcc unzip wget zip dfu-util dfu-programmer avr-gcc avr-libc binutils-avr32-linux-gnu arm-none-eabi-gcc-cs arm-none-eabi-binutils-cs arm-none-eabi-newlib
+    
+Arch / Manjaro example:
+
+    pacman -S base-devel gcc unzip wget zip avr-gcc avr-binutils avr-libc dfu-util arm-none-eabi-gcc arm-none-eabi-binutils arm-none-eabi-newlib git
+
+(the `dfu-programmer` package is availble on AUR only so you should download from there or use an AUR helper)
 
 ## Nix