Merge pull request #218 from awpr/patch-1
Add avr-libc to the Debian build dependencies.
This commit is contained in:
		@@ -25,12 +25,12 @@ You can also try these instructions:
 | 
				
			|||||||
3. Install [DFU-Programmer][dfu-prog].
 | 
					3. Install [DFU-Programmer][dfu-prog].
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Linux
 | 
					### Linux
 | 
				
			||||||
Install AVR GCC and dfu-progammer with your favorite package manager.
 | 
					Install AVR GCC, AVR libc, and dfu-progammer with your favorite package manager.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Debian/Ubuntu example: 
 | 
					Debian/Ubuntu example: 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sudo apt-get update
 | 
					    sudo apt-get update
 | 
				
			||||||
    sudo apt-get install gcc-avr dfu-programmer
 | 
					    sudo apt-get install gcc-avr avr-libc dfu-programmer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Vagrant
 | 
					### Vagrant
 | 
				
			||||||
If you have any problems building the firmware, you can try using a tool called Vagrant. It will set up a virtual computer with a known configuration that's ready-to-go for firmware building. OLKB does NOT host the files for this virtual computer. Details on how to set up Vagrant are in the [VAGRANT_GUIDE file](VAGRANT_GUIDE.md).
 | 
					If you have any problems building the firmware, you can try using a tool called Vagrant. It will set up a virtual computer with a known configuration that's ready-to-go for firmware building. OLKB does NOT host the files for this virtual computer. Details on how to set up Vagrant are in the [VAGRANT_GUIDE file](VAGRANT_GUIDE.md).
 | 
				
			||||||
@@ -52,4 +52,4 @@ If you have any problems building the firmware, you can try using a tool called
 | 
				
			|||||||
## Troubleshooting
 | 
					## Troubleshooting
 | 
				
			||||||
1. Try running `make clean` if the make command fails.
 | 
					1. Try running `make clean` if the make command fails.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	WIP
 | 
						WIP
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user