aboutsummaryrefslogtreecommitdiff
path: root/packaging/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/fedora')
-rw-r--r--packaging/fedora/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/fedora/README.md b/packaging/fedora/README.md
index acda0ac..ddd47cf 100644
--- a/packaging/fedora/README.md
+++ b/packaging/fedora/README.md
@@ -2,8 +2,14 @@
First install the dependencies as root:
+```sh
yum install arduino-core rpm-build
+ # or on Fedora 22+
+
+ dnf install arduino-core rpmdevtools
+```
+
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:
git archive HEAD --prefix=arduino-mk-1.5/ -o ../arduino-mk-1.5.tar.gz