aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 54b659e511cf9387913410f4efde8f26096ddd7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# AUR-azure-kinect-sensor-sdk-git

Created in response to
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/issues/631

Make sure to set your `LD_LIBRARY_PATH` before running `k4aviewer`.

```console
$ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib64"
```

---

More of a note for myself, but make sure to regenerate `.SRCINFO` after
new releases before pushing to the AUR.
```console
$ makepkg --printsrcinfo > .SRCINFO
```

Also, the AUR Git remote-url is:

```
ssh://aur@aur.archlinux.org/azure-kinect-sensor-sdk-git.git
```