commit 1f9706197abfcd4b4ec19ded3ce37b70ebd9a223
parent 5c48cf8f2570ec498c591706488e368aadf4cfe3
Author: Dan Levin <d.levin256@gmail.com>
Date: Thu, 26 Mar 2020 07:42:32 +0300
Merge pull request #85 from acxz/archlinux_package
Add instructions for archlinux package
Diffstat:
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -125,7 +125,7 @@ See [fft benchmark](https://github.com/kfrlib/fft-benchmark) for details about b
(*Higher is better*)

-
+
# Usage
## Common prerequisites
@@ -135,7 +135,7 @@ See [fft benchmark](https://github.com/kfrlib/fft-benchmark) for details about b
* (Optional) Ninja (https://ninja-build.org/)
For running examples and plotting frequency responses of filters the following python packages are required:
-
+
```bash
pip install matplotlib
pip install numpy
@@ -171,6 +171,16 @@ cmake -GNinja -DENABLE_CAPI_BUILD=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMP
ninja kfr_capi
```
+#### ArchLinux Package
+KFR is available on the [ArchLinux User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository) (AUR).
+You can install it with an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers), like [`yay`](https://aur.archlinux.org/packages/yay/), as follows:
+
+```bash
+yay -S kfr
+```
+To discuss any issues related to this AUR package refer to the comments section of
+[`kfr`](https://aur.archlinux.org/packages/kfr/).
+
Prebuilt binaries will be available soon.
## Including in CMake project