Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BUILD-FROM-SVN « avrdude « src « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a218f2d1cb6a0598d4a6d24c30d25c18341c1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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