File tree 1 file changed +4
-10
lines changed
content/getting-started/install
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -98,15 +98,13 @@ There are some additional requirements to compile TinyGo programs that can run o
98
98
99
99
#### AVR (e.g. Arduino Uno)
100
100
101
- To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install some extra tools :
101
+ To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install avrdude :
102
102
103
103
``` shell
104
- sudo dnf install avr-gcc
105
- sudo dnf install avr-libc
106
104
sudo dnf install avrdude
107
105
```
108
106
109
- This should allow you to compile and flash TinyGo programs on an Arduino or other supported AVR-based board.
107
+ This should allow you to flash TinyGo programs on an Arduino or other supported AVR-based board.
110
108
111
109
#### You are now done with the TinyGo "Quick Install" for Fedora Linux
112
110
@@ -124,15 +122,11 @@ There are some additional requirements to compile TinyGo programs that can run o
124
122
125
123
#### AVR (e.g. Arduino Uno)
126
124
127
- To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install some extra tools:
128
-
129
- [ avr-gcc package] ( https://www.archlinux.org/packages/community/x86_64/avr-gcc/ )
130
-
131
- [ avr-libc package] ( https://www.archlinux.org/packages/community/any/avr-libc/ )
125
+ To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install avrdude:
132
126
133
127
[ avrdude package] ( https://www.archlinux.org/packages/community/x86_64/avrdude/ )
134
128
135
- This should allow you to compile and flash TinyGo programs on an Arduino or other supported AVR-based board.
129
+ This should allow you to flash TinyGo programs on an Arduino or other supported AVR-based board.
136
130
137
131
#### You are now done with the TinyGo "Quick Install" for Arch Linux
138
132
You can’t perform that action at this time.
0 commit comments