From 2636642450bfee0078ad01f9fc3c2719d3d6786d Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Tue, 29 Dec 2015 18:48:07 -0800 Subject: [PATCH] Added build instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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/) -- 2.27.0