forked from linux-minidisc/linux-minidisc
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathREADME.fedora
More file actions
27 lines (18 loc) · 680 Bytes
/
Copy pathREADME.fedora
File metadata and controls
27 lines (18 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Fedora-specific Build/Setup Instructions
========================================
Install build-dependencies:
sudo dnf install \
qt5-devel libgcrypt-devel libmad-devel \
libid3tag-devel glib-devel taglib-devel
Symlink translation tools:
sudo ln -s /usr/bin/lupdate-qt5 /usr/bin/lupdate
sudo ln -s /usr/bin/lrelease-qt5 /usr/bin/lrelease
Build everything:
qmake-qt5
make
Create plugdev group and copy udev rules:
sudo groupadd plugdev
# ... add your user to the plugdev group ...
sudo cp netmd/etc/netmd.rules /etc/udev/rules.d/
sudo systemctl restart systemd-udevd.service
# ... re-plug the NetMD and/or reboot ...