You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-27Lines changed: 16 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,41 +7,35 @@ Provides support for infrared cameras that are not directly enabled out-of-the b
7
7
This software was created to use [Howdy](https://github.com/boltgolt/howdy), a Windows Hello for linux.
8
8
9
9
## Installation
10
-
ARM architecture are supported, refer directly to the manual build section.
11
-
12
-
Distributions repository are no longer supported.
10
+
ARM architecture are supported, refer directly to the manual build section. Distributions repository and package are no longer supported.
13
11
For more information, please read this [post](https://github.com/EmixamPP/linux-enable-ir-emitter/wiki/About-distributions-repository).
14
-
### rpm package :
15
-
Download the rpm package[here](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest), then execute:
12
+
13
+
Download the last `linux-enable-ir-emitter-x.x.x.tar.gz` archive[here](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest), then execute:
16
14
```
17
-
sudo rpm -iv linux-enable-ir-emitter-*.rpm
15
+
sudo tar -C / -h -xzf linux-enable-ir-emitter-*.tar.gz
16
+
# if you are under Fedora or any system with SELinux
17
+
sudo sh fix_SELinux.sh apply
18
18
```
19
19
20
-
### deb package :
21
-
Download the deb package [here](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest), then execute:
The following dependencies are needed (see [wiki](https://github.com/EmixamPP/linux-enable-ir-emitter/wiki/Requirements) for further specification) : python, meson, cmake
31
+
The following tools are needed (see [wiki](https://github.com/EmixamPP/linux-enable-ir-emitter/wiki/Requirements) for further specification) : meson, cmake
0 commit comments