docs: Add Manjaro/Arch dependencies on getting started page (#2701)
* Update getting_started_build_tools.md * Update getting_started_build_tools.md
This commit is contained in:
		
							parent
							
								
									d28684da90
								
							
						
					
					
						commit
						aad4319b40
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guilherme Lima
						Guilherme Lima