From: Joseph Coffland Date: Wed, 30 Dec 2015 02:48:07 +0000 (-0800) Subject: Added build instructions X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=2636642450bfee0078ad01f9fc3c2719d3d6786d;p=bbctrl-firmware Added build instructions --- diff --git a/README.md b/README.md index ab297fe..7b1e78d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,21 @@ TinyG is a 6 axis motion control system designed for high-performance on small t * XON/XOFF and RTS/CTS protocol over USB serial * RESTful interface using JSON +# Build Instructions +To build in Linux run: + + make + +Other make commands are: + + * **size** - Display program and data sizes + * **program** - program using AVR dude and an avrispmkII + * **erase** - Erase chip + * **fuses** - Write AVR fuses bytes + * **read_fuses** - Read and pring AVR fuse bytes + * **clean** - Remove build files + * **tidy** - Remove backup files + # Links * [TinyG Wiki](https://github.com/synthetos/TinyG/wiki) * [TinyG Support Forum](https://www.synthetos.com/forum/tinyg/)