소스 검색

docs: Add Manjaro/Arch dependencies on getting started page (#2701)

* Update getting_started_build_tools.md

* Update getting_started_build_tools.md
Guilherme Lima 6 년 전
부모
커밋
aad4319b40
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      docs/getting_started_build_tools.md

+ 6 - 0
docs/getting_started_build_tools.md

@@ -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