Skip to content

Commit 6a9796b

Browse files
committed
Updated instructions for Fedora 22
1 parent ed6fb91 commit 6a9796b

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
66

77
### In Development
88

9+
- New: Add option to split avrdude MCU from avr-gcc MCU (Issue #357) (https://github.com/hhgarnes)
910
- New: Add support for /dev/tty.wchusbserial* (comes with cheap clones - DCCduino) (https://github.com/biesiad)
1011
- New: Add support for picocom as serial monitor(https://github.com/biesiad)
1112
- Tweak: Looks for submenu items first when parsing BOARDS_TXT (Issue #347) (https://github.com/sej7278)
1213
- Tweak: Various spelling/grammar/typo fixes (https://github.com/dcousens)
1314
- Tweak: Clarified some 1.5+ issues in docs (Issue #352) (https://github.com/sej7278)
1415
- Tweak: Added some more Continuous Integration tests (https://github.com/sej7278)
15-
- New: Add option to split avrdude MCU from avr-gcc MCU (Issue #357) (https://github.com/hhgarnes)
16+
- Tweak: Updated Fedora instructions (https://github.com/sej7278)
1617

1718
### 1.5 (2015-04-07)
1819
- New: Add support for new 1.5.x library layout (Issue #275) (https://github.com/lukasz-e)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ On Fedora:
102102

103103
```sh
104104
yum install pyserial
105+
106+
# or on Fedora 22+
107+
108+
dnf install pyserial
105109
```
106110

107111
On openSUSE:

packaging/fedora/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
First install the dependencies as root:
44

5+
```sh
56
yum install arduino-core rpm-build
67

8+
# or on Fedora 22+
9+
10+
dnf install arduino-core rpmdevtools
11+
```
12+
713
From the top-level Arduino-Makefile directory you've checked out of github, run the following (as unprivileged user) to create a compressed tarball using the naming conventions required by rpmbuild:
814

915
git archive HEAD --prefix=arduino-mk-1.5/ -o ../arduino-mk-1.5.tar.gz

0 commit comments

Comments
 (0)