Submitted by Philip:
bug #31386: A "BUILD.svn" or similar "how to get started" doc would be helpful git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@967 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
57b91dbe63
commit
b27eda81ac
|
@ -0,0 +1,13 @@
|
|||
$Id$
|
||||
|
||||
How to build avrdude from SVN:
|
||||
|
||||
1. svn co svn://svn.savannah.nongnu.org/avrdude/trunk
|
||||
|
||||
2. cd trunk/avrdude
|
||||
|
||||
3. ./bootstrap
|
||||
|
||||
4. ./configure
|
||||
|
||||
5. make
|
Loading…
Reference in New Issue